We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724aadc commit 3bdab9eCopy full SHA for 3bdab9e
1 file changed
build_joininbox.sh
@@ -82,9 +82,8 @@ if [ "${baseImage}" = "raspbian" ] || [ "${baseImage}" = "dietpi" ] ; then
82
fi
83
84
# remove some (big) packages that are not needed
85
-sudo apt-get remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi plymouth python2
86
-sudo apt-get clean
87
-sudo apt-get -y autoremove
+sudo apt-get remove -y --purge libreoffice* oracle-java* chromium-browser \
+nuscratch scratch sonic-pi minecraft-pi plymouth python2 vlc
88
89
if [ -f "/usr/bin/python3.7" ]; then
90
# make sure /usr/bin/python exists (and calls Python3.7 in Debian Buster)
0 commit comments