Browse Source

Update pihole-install.sh

tteckster 3 years ago
parent
commit
1543851281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/pihole-install.sh

+ 1 - 1
setup/pihole-install.sh

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