File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
package/root/usr/local/sbin Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,16 @@ PACKAGES=(
2929 xserver-xorg-video-fbturbo
3030 libvdpau-sunxi1
3131 vdpauinfo
32+ aisleriot
33+ geany
34+ gnomine
35+ gnome-sudoku
36+ mplayer
37+ scratch
38+ smplayer
39+ smplayer-skins
40+ smplayer-themes
41+ smtube
3242)
3343
3444# Add packages based on desktop selection.
Original file line number Diff line number Diff line change @@ -276,7 +276,6 @@ case $DISTRO in
276276 zram-config \
277277 ubuntu-minimal \
278278 sunxi-disp-tool \
279- nano \
280279 "
281280 elif [ " $DISTRO " = " sid" -o " $DISTRO " = " jessie" ]; then
282281 DEB=debian
@@ -305,7 +304,8 @@ export DEBIAN_FRONTEND=noninteractive
305304locale-gen en_US.UTF-8
306305$ADDPPACMD
307306apt-get -y update
308- apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils jq $EXTRADEBS
307+ apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \
308+ nano git build-essential vim jq $EXTRADEBS
309309apt-get -y remove --purge ureadahead
310310apt-get -y update
311311adduser --gecos $DEBUSER --disabled-login $DEBUSER --uid 1000
You can’t perform that action at this time.
0 commit comments