diff --git a/GCP-Debian-11.sh b/GCP-Debian-11.sh index 652e8b9..5c9b021 100644 --- a/GCP-Debian-11.sh +++ b/GCP-Debian-11.sh @@ -135,7 +135,7 @@ if [ "$virt_type" = '' ]; then fi # Setup unbound -sudo apt instal unbound resolvconf -y +sudo apt install unbound resolvconf -y echo 'server: trust-anchor-signaling: yes @@ -205,4 +205,4 @@ BindPaths=-/dev/log:@UNBOUND_CHROOT_DIR@/dev/log' | sudo tee /etc/systemd/system sudo systemctl daemon-reload sudo systemctl restart unbound sudo systemctl disable systemd-resolved -sudo reboot \ No newline at end of file +sudo reboot