diff --git a/rootfs/make_rootfs.sh b/rootfs/make_rootfs.sh index 0c5a53a..9f6d631 100755 --- a/rootfs/make_rootfs.sh +++ b/rootfs/make_rootfs.sh @@ -161,6 +161,8 @@ apt-get -y update apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \ nano git build-essential vim jq wget ca-certificates software-properties-common $EXTRADEBS add-apt-repository -y ppa:ayufan/rock64-ppa +apt-get update -y +apt-get dist-upgrade -y adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000 chown -R 1000:1000 /home/$DEBUSER echo "$DEBUSER:$DEBUSERPW" | chpasswd