mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-27 02:01:53 +01:00
Merge pull request #1456 from stefanlsd/remove-vlc
Remove vlc from default build
This commit is contained in:
commit
3c86180d07
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user