Merge changes from #591

This commit is contained in:
Henry N 2020-04-07 21:48:08 +02:00 committed by GitHub
parent ac6d93b31e
commit 7742636a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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