mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-03-14 22:53:14 +01:00
Merge changes from #591
This commit is contained in:
parent
ac6d93b31e
commit
7742636a29
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user