#683 added -y to apt-get update

This commit is contained in:
Christian Rotzoll 2019-08-11 23:28:53 +02:00
parent 349b178b3e
commit a52789e414
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ fi
# update debian
echo ""
echo "*** UPDATE DEBIAN ***"
sudo apt-get update
sudo apt-get update -y
sudo apt-get upgrade -f -y
echo ""

View File

@ -78,7 +78,7 @@ echo ""
echo ""
echo "*** Update System ***"
sudo apt-mark hold raspberrypi-bootloader
sudo apt-get update
sudo apt-get update -y
echo "OK - System is now up to date"
# mark setup is done

View File

@ -233,7 +233,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
prepareTorSources
echo "*** Updating System ***"
sudo apt-get update
sudo apt-get update -y
echo ""
echo "*** Install Tor ***"