Update pihole-install.sh

distribution agnostic
fixes https://github.com/tteck/Proxmox/issues/1505
This commit is contained in:
tteckster 2023-06-18 07:35:55 -04:00 committed by GitHub
parent 9520eebb34
commit 0273034e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,9 +22,6 @@ $STD apt-get install -y ntp
msg_ok "Installed Dependencies"
msg_info "Installing Pi-hole"
systemctl stop systemd-resolved
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
mkdir -p /etc/pihole/
cat <<EOF >/etc/pihole/setupVars.conf
PIHOLE_INTERFACE=eth0
@ -41,8 +38,8 @@ DNSMASQ_LISTENING=local
WEBPASSWORD=$(openssl rand -base64 48)
BLOCKING_ENABLED=true
EOF
$STD bash <(curl -fsSL https://install.pi-hole.net) /dev/stdin --unattended
# View script https://install.pi-hole.net
$STD bash <(curl -fsSL https://install.pi-hole.net) --unattended
msg_ok "Installed Pi-hole"
motd_ssh