#274 remove os upgrade during setup

This commit is contained in:
rootzoll
2019-01-14 20:56:14 +01:00
parent 9695afcc36
commit ea86e9c3c6

View File

@@ -84,7 +84,6 @@ echo ""
echo "*** Update System ***" echo "*** Update System ***"
sudo apt-mark hold raspberrypi-bootloader sudo apt-mark hold raspberrypi-bootloader
sudo apt-get update sudo apt-get update
sudo apt-get upgrade -f -y --allow-change-held-packages
echo "OK - System is now up to date" echo "OK - System is now up to date"
# mark setup is done # mark setup is done