Skip to content

Commit

Permalink
dist-upgrade system to get updated ppa packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan authored Jun 21, 2017
1 parent 053d07e commit 358610d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 358610d

Please sign in to comment.