From 27b3b72f42b9b61a5bbf394f25e41234304f9118 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 26 Sep 2023 22:07:33 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 859b9be..119a2f3 100644 --- a/Installer.sh +++ b/Installer.sh @@ -176,7 +176,7 @@ bash /tmp/pi-hole/automated\ install/basic-install.sh --unattended fi 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 echo "unbound" >> /tmp/install.list fi