mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update pihole-install.sh
This commit is contained in:
parent
00714d953b
commit
6125eda7ab
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ apt-get -qqy install \
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
echo -en "${GN} Installing Pi-hole... "
|
echo -en "${GN} Installing Pi-hole... "
|
||||||
#curl -sSL https://install.pi-hole.net | bash
|
curl -sSL https://install.pi-hole.net | bash
|
||||||
curl -L https://install.pi-hole.net | bash /dev/stdin --unattended
|
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue