Update pihole-install.sh

This commit is contained in:
tteckster 2022-03-08 19:38:11 -05:00 committed by GitHub
parent 00714d953b
commit 6125eda7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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