Skip to content

Commit

Permalink
Merge pull request #2556 from pi-hole/release/v4.1.1
Browse files Browse the repository at this point in the history
Release v.4.1.1
  • Loading branch information
dschaper committed Dec 21, 2018
2 parents f65f793 + eca975a commit 8d85d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automated install/basic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ elif is_command rpm ; then
PKG_INSTALL=(${PKG_MANAGER} install -y)
PKG_COUNT="${PKG_MANAGER} check-update | egrep '(.i686|.x86|.noarch|.arm|.src)' | wc -l"
INSTALLER_DEPS=(dialog git iproute newt procps-ng which)
PIHOLE_DEPS=(bc bind-utils cronie curl findutils nmap-ncat sudo unzip wget libidn2 psmisc)
PIHOLE_DEPS=(bc bind-utils cronie curl findutils nmap-ncat sudo unzip wget libidn2 psmisc sqlite)
PIHOLE_WEB_DEPS=(lighttpd lighttpd-fastcgi php-common php-cli php-pdo)
LIGHTTPD_USER="lighttpd"
LIGHTTPD_GROUP="lighttpd"
Expand Down

0 comments on commit 8d85d46

Please sign in to comment.