From f7bc2b6c0fd8ad8d2918ccf8f6d349b82330d63b Mon Sep 17 00:00:00 2001 From: s0up4200 Date: Tue, 26 Mar 2024 14:29:31 +0100 Subject: [PATCH] Update GCP-Debian-11.sh Signed-off-by: s0up4200 --- GCP-Debian-11.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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