Skip to content

Commit 8c65791

Browse files
authored
Merge pull request pi-hole#1280 from technicalpyro/development
fixes missing dialog package from some distros
2 parents 1886c44 + 93dea7b commit 8c65791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automated install/basic-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)