File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if command -v apt-get &> /dev/null; then
105105 phpVer=" php5"
106106 fi
107107 # #########################################
108- INSTALLER_DEPS=(apt-utils debconf dhcpcd5 git ${iproute_pkg} whiptail)
108+ INSTALLER_DEPS=(apt-utils dialog debconf dhcpcd5 git ${iproute_pkg} whiptail)
109109 PIHOLE_DEPS=(bc cron curl dnsmasq dnsutils iputils-ping lsof netcat sudo unzip wget)
110110 PIHOLE_WEB_DEPS=(lighttpd ${phpVer} -common ${phpVer} -cgi)
111111 LIGHTTPD_USER=" www-data"
@@ -136,7 +136,7 @@ elif command -v rpm &> /dev/null; then
136136 UPDATE_PKG_CACHE=" :"
137137 PKG_INSTALL=(${PKG_MANAGER} install -y)
138138 PKG_COUNT=" ${PKG_MANAGER} check-update | egrep '(.i686|.x86|.noarch|.arm|.src)' | wc -l"
139- INSTALLER_DEPS=(git iproute net-tools newt procps-ng)
139+ INSTALLER_DEPS=(dialog git iproute net-tools newt procps-ng)
140140 PIHOLE_DEPS=(bc bind-utils cronie curl dnsmasq findutils nmap-ncat sudo unzip wget)
141141 PIHOLE_WEB_DEPS=(lighttpd lighttpd-fastcgi php php-common php-cli)
142142 if ! grep -q ' Fedora' /etc/redhat-release; then
You can’t perform that action at this time.
0 commit comments