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