Преглед на файлове

Update adguard-v5-install.sh

tteckster преди 2 години
родител
ревизия
b16e58b370
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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