From 7742636a29275721a52761fc156e11235238906a Mon Sep 17 00:00:00 2001 From: Henry N Date: Tue, 7 Apr 2020 21:48:08 +0200 Subject: [PATCH] Merge changes from #591 --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1820dd4..61c4a6d 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -106,10 +106,10 @@ function installUnbound () { elif [[ "$OS" =~ (centos|amzn) ]]; then yum install -y unbound - elif [[ "$OS" = "fedora" ]]; then + elif [[ "$OS" == "fedora" ]]; then dnf install -y unbound - elif [[ "$OS" = "arch" ]]; then + elif [[ "$OS" == "arch" ]]; then pacman -Syu --noconfirm unbound # Get root servers list