Remove -y from apt-get update
This commit is contained in:
parent
4b8482474f
commit
cb7a4a9f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue