replace force-yes #58

This commit is contained in:
rootzoll
2018-08-27 23:41:25 +02:00
parent 81e024dbfd
commit 621878efb5
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ echo "*** SOFTWARE UPDATE ***"
# installs like on RaspiBolt # installs like on RaspiBolt
sudo apt-get update sudo apt-get update
sudo apt-get upgrade -f -y --force-yes sudo apt-get upgrade -f -y --allow-change-held-packages
sudo apt-get install -y htop git curl bash-completion jq dphys-swapfile sudo apt-get install -y htop git curl bash-completion jq dphys-swapfile
# extra: remove some big packages not needed # extra: remove some big packages not needed

View File

@@ -188,7 +188,7 @@ if [ ! -f "home/admin/.setup" ]; then
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 --force-yes 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"
fi fi