mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
remove some big packages not needed additions
oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi python-pygame added for removal
This commit is contained in:
@@ -78,7 +78,7 @@ if [ "${baseImage}" = "raspbian" ]; then
|
||||
# set WIFI country so boot does not block
|
||||
sudo raspi-config nonint do_wifi_country US
|
||||
# extra: remove some big packages not needed
|
||||
sudo apt-get remove -y --purge libreoffice*
|
||||
sudo apt-get remove -y --purge libreoffice* oracle-java* chromium-browser nuscratch scratch sonic-pi minecraft-pi python-pygame
|
||||
sudo apt-get clean
|
||||
sudo apt-get -y autoremove
|
||||
fi
|
||||
|
Reference in New Issue
Block a user