Pārlūkot izejas kodu

Update adguard-v5-install.sh

tteckster 2 gadi atpakaļ
vecāks
revīzija
b16e58b370
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      install/adguard-v5-install.sh

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

@@ -91,7 +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
+#systemctl restart systemd-resolved
 wget -qL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh
 $STD bash install.sh
 rm install.sh