Repairs apt-get incorrect options

This commit is contained in:
Daniel 2016-07-04 15:35:46 -04:00
parent 325a41c598
commit 2b0ba281a4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ elif [ -x "$(command -v apt-get)" ];then
PKG_CACHE="/var/cache/apt"
UPDATE_PKG_CACHE="$PKG_MANAGER -qq update"
PKG_UPDATE="$PKG_MANAGER upgrade"
PKG_INSTALL="$PKG_MANAGER -y -qq install"
PKG_INSTALL="$PKG_MANAGER --yes --quiet install"
PKG_COUNT="$PKG_MANAGER -s -o Debug::NoLocking=true upgrade | grep -c ^Inst"
INSTALLER_DEPS=( apt-utils whiptail dhcpcd5)
PIHOLE_DEPS=( dnsutils bc dnsmasq lighttpd php5-common php5-cgi php5 git curl unzip wget sudo )