mirror of https://github.com/tteck/Proxmox.git
parent
b16e58b370
commit
2c51908557
|
@ -89,9 +89,9 @@ $STD apt-get install -y mc
|
|||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing AdGuard Home"
|
||||
systemctl stop systemd-resolved
|
||||
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
|
||||
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
||||
#systemctl restart systemd-resolved
|
||||
wget -qL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh
|
||||
$STD bash install.sh
|
||||
rm install.sh
|
||||
|
|
Loading…
Reference in New Issue