1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Shift epel-release to installer dependencies for CentOS

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2016-12-27 12:59:53 -08:00
parent c3b51b4ceb
commit 9a9cb61345
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

@ -113,7 +113,7 @@ elif [ $(command -v rpm) ]; then
PIHOLE_DEPS=(bc bind-utils cronie curl dnsmasq findutils lighttpd lighttpd-fastcgi nmap-ncat php php-common php-cli sudo unzip wget)
if ! grep -q 'Fedora' /etc/redhat-release; then
PIHOLE_DEPS=("${PIHOLE_DEPS[@]}" "epel-release");
INSTALLER_DEPS=("${INSTALLER_DEPS[@]}" "epel-release");
fi
LIGHTTPD_USER="lighttpd"
LIGHTTPD_GROUP="lighttpd"