Update pihole-install.sh

This commit is contained in:
tteckster 2022-03-08 19:27:48 -05:00 committed by GitHub
parent 409c9aabd3
commit 1543851281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +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 -sSL https://install.pi-hole.net | bash --unattended
echo -e "${CM}${CL} \r"
PASS=$(grep -w "root" /etc/shadow | cut -b6);