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