Remove -y from apt-get update

This commit is contained in:
Jonathan Curran 2020-07-09 13:34:06 -06:00
commit cb7a4a9f0a

View file

@ -249,7 +249,7 @@ install_deb () {
yesapt="-y"
fi
echo "Updating package indexes..."
${SUDO} apt-get update -y
${SUDO} apt-get update
echo "Installing ${installer_name}..."
${SUDO} apt-get install ${yesapt} gdebi-core
${SUDO} gdebi ${yes} "${installer_name}"