Jelajahi Sumber

Update pihole-install.sh

tteckster 3 tahun lalu
induk
melakukan
6125eda7ab
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      setup/pihole-install.sh

+ 1 - 2
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);