diff --git a/install.sh b/install.sh index 9e07839..820d051 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ echo "Updating system packages..." echo " Downloading the latest security patches for your operating system." echo " On a fresh server this can take 2-10 minutes. Sit tight." $SUDO apt-get update -qq -$SUDO apt-get upgrade -y -qq +$SUDO apt-get upgrade -y -qq -o Dpkg::Options::="--force-confold" echo "System packages updated." # Install firewall, fail2ban, and automatic updates