Update Installer.sh

Fixed oopsie
This commit is contained in:
b.waal 2023-09-26 22:07:33 +02:00
parent 3b48ab6d42
commit 27b3b72f42

View File

@ -176,7 +176,7 @@ bash /tmp/pi-hole/automated\ install/basic-install.sh --unattended
fi fi
if [[ $dist == "Debian" ]]; then if [[ $dist == "Debian" ]]; then
echo "git dns-utils iproute2 dialog ca-certificates cron curl iputils-ping psmisc sudo unzip idn2 libcap2-bin dns-root-data libcap2 netcat-openbsd procps jq" >> /tmp/install.list echo "git iproute2 dialog ca-certificates cron curl iputils-ping psmisc sudo unzip idn2 libcap2-bin dns-root-data libcap2 netcat-openbsd procps jq" >> /tmp/install.list
if [[ $UNBOUND == "true" ]]; then if [[ $UNBOUND == "true" ]]; then
echo "unbound" >> /tmp/install.list echo "unbound" >> /tmp/install.list
fi fi