Skip to content

Commit 160abc0

Browse files
committed
Add htop, figlet. Removed some whitepace.
1 parent 023976f commit 160abc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simpleimage/make_rootfs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $ADDPPACMD
181181
curl -fsSL http://deb.ayufan.eu/orgs/ayufan-rock64/archive.key | apt-key add -
182182
apt-get -y update
183183
apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \
184-
nano git build-essential vim jq wget ca-certificates $EXTRADEBS
184+
nano git build-essential vim jq wget ca-certificates htop figlet $EXTRADEBS
185185
apt-get -y remove --purge ureadahead
186186
apt-get -y update
187187
adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000
@@ -228,7 +228,7 @@ EOF
228228
do_chroot /usr/local/sbin/install_desktop.sh mate
229229
do_chroot systemctl set-default graphical.target
230230
;;
231-
231+
232232
i3)
233233
do_chroot /usr/local/sbin/install_desktop.sh i3
234234
do_chroot systemctl set-default graphical.target

0 commit comments

Comments
 (0)