From f4bb23acfbd0d49d5e4323f078f1777024c6a088 Mon Sep 17 00:00:00 2001 From: Stefan Lesicnik Date: Sat, 15 Aug 2020 13:52:08 +0200 Subject: [PATCH] Remove vlc from default build --- build_sdcard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index bc27bb5d4..53a8dd046 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -159,7 +159,7 @@ if [ "${baseImage}" = "raspbian" ] || [ "${baseImage}" = "dietpi" ] ; then fi # remove some (big) packages that are not needed -sudo apt remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi plymouth python2 +sudo apt remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi plymouth python2 vlc sudo apt clean sudo apt -y autoremove