Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Schaper <dan@glacialmagma.com>2018-12-21 20:06:19 +0300
committerGitHub <noreply@github.com>2018-12-21 20:06:19 +0300
commit8d85d46c1abf598d6f1b34fb2cfbed9c9ce1a29a (patch)
tree8f3a9f2db4060bb5aa23df41a0ff23cfe57b52c6
parentf65f793a0d0d7dbc5882be38858c986f42b8c776 (diff)
parenteca975a3707d00730ef706d009e4109500c89be2 (diff)
Merge pull request #2556 from pi-hole/release/v4.1.1v4.1.1
Release v.4.1.1
-rwxr-xr-xautomated install/basic-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 4cb2a467..b6bf7b6d 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -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"