indent nested function in basic-install.sh

fix dependency in uninstall.sh

Signed-off-by: Adam Warner <adamw@rner.email>
pull/1581/head
Adam Warner 7 years ago
parent d92434b1e9
commit 64f29120c8
No known key found for this signature in database
GPG Key ID: 03843F6C65554B22

@ -45,7 +45,7 @@ if [ -x "$(command -v rpm)" ]; then
PKG_MANAGER="yum"
fi
PKG_REMOVE="${PKG_MANAGER} remove -y"
PIHOLE_DEPS=( bind-utils bc dnsmasq lighttpd lighttpd-fastcgi php-common php-sqlite git curl unzip wget findutils )
PIHOLE_DEPS=( bind-utils bc dnsmasq lighttpd lighttpd-fastcgi php-common php-pdo git curl unzip wget findutils )
package_check() {
rpm -qa | grep ^$1- > /dev/null
}

Loading…
Cancel
Save