Browse Source

Update adguard-v5-install.sh

tteckster 2 years ago
parent
commit
f416b876d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install/adguard-v5-install.sh

+ 1 - 0
install/adguard-v5-install.sh

@@ -91,6 +91,7 @@ msg_ok "Installed Dependencies"
 msg_info "Installing AdGuard Home"
 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