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:
parent
c3b51b4ceb
commit
9a9cb61345
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user