mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-18 22:42:40 +01:00
Merge changes from #591
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user