Merge changes from #591
This commit is contained in:
parent
ac6d93b31e
commit
7742636a29
1 changed files with 2 additions and 2 deletions
|
@ -106,10 +106,10 @@ function installUnbound () {
|
||||||
elif [[ "$OS" =~ (centos|amzn) ]]; then
|
elif [[ "$OS" =~ (centos|amzn) ]]; then
|
||||||
yum install -y unbound
|
yum install -y unbound
|
||||||
|
|
||||||
elif [[ "$OS" = "fedora" ]]; then
|
elif [[ "$OS" == "fedora" ]]; then
|
||||||
dnf install -y unbound
|
dnf install -y unbound
|
||||||
|
|
||||||
elif [[ "$OS" = "arch" ]]; then
|
elif [[ "$OS" == "arch" ]]; then
|
||||||
pacman -Syu --noconfirm unbound
|
pacman -Syu --noconfirm unbound
|
||||||
|
|
||||||
# Get root servers list
|
# Get root servers list
|
||||||
|
|
Loading…
Reference in a new issue