From e56cb444d8c153df7512b3451da4599758bda5be Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Tue, 23 Jul 2024 20:24:43 +0200 Subject: [PATCH] incorporate review comment --- setup/system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/system.sh b/setup/system.sh index 6272dc07..ff7267fe 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -322,7 +322,7 @@ fi #NODOC apt-get purge -qq -y bind9 bind9-utils # Install unbound and dns utils (e.g. dig) -apt_install unbound python3-unbound bind9-dnsutils +apt_install unbound bind9-dnsutils # Configure unbound cp -f conf/unbound.conf /etc/unbound/unbound.conf.d/miabunbound.conf