Update pihole-install.sh

This commit is contained in:
tteckster
2022-03-08 19:34:23 -05:00
committed by GitHub
parent 1543851281
commit 00714d953b

View File

@ -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);