From 00714d953bc06fe0e68e2bd805267ea7913da510 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Mar 2022 19:34:23 -0500 Subject: [PATCH] Update pihole-install.sh --- setup/pihole-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh index a79208c5..b30274ee 100644 --- a/setup/pihole-install.sh +++ b/setup/pihole-install.sh @@ -57,7 +57,8 @@ apt-get -qqy install \ echo -e "${CM}${CL} \r" echo -en "${GN} Installing Pi-hole... " -curl -sSL https://install.pi-hole.net | bash --unattended +#curl -sSL https://install.pi-hole.net | bash +curl -L https://install.pi-hole.net | bash /dev/stdin --unattended echo -e "${CM}${CL} \r" PASS=$(grep -w "root" /etc/shadow | cut -b6);