From d258119580713af10ae75c8f75e98da2d0a7b4c1 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 23 Sep 2018 16:26:59 +0200 Subject: [PATCH] Install Unbound without confirm --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8d24698..2a0b7f3 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -106,7 +106,7 @@ prefetch: yes' >> /etc/unbound/unbound.conf sed -i 's|# use-caps-for-id: no|use-caps-for-id: yes|' /etc/unbound/unbound.conf elif [[ "$OS" = "arch" ]]; then - pacman -Syu unbound + pacman -Syu --noconfirm unbound # Get root servers list curl -o /etc/unbound/root.hints https://www.internic.net/domain/named.cache