From 724afc000f127dae77bfe3d02e2260123527857b Mon Sep 17 00:00:00 2001 From: bcambl Date: Mon, 17 Dec 2018 21:03:54 -0600 Subject: [PATCH] add sqlite3 dependency for fedora `sqlite3` is provided by the `sqlite` package on CentOS & Fedora Signed-off-by: bcambl --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ac3bbffe..c0d32274 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -263,7 +263,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"