Update wireguard-install.sh

This commit is contained in:
liberodark 2019-12-17 22:13:53 +01:00 committed by GitHub
parent b902889ad3
commit 845b668e47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,8 +100,8 @@ elif [[ "$OS" = 'centos' ]]; then
yum install epel-release
yum install wireguard-dkms wireguard-tools iptables
elif [[ "$OS" = 'arch' ]]; then
pacman -S linux-headers
pacman -S wireguard-tools iptables wireguard-arch
pacman -S linux-headers dkms
pacman -S wireguard-dkms wireguard-tools iptables openresolv
fi
# Make sure the directory exists (this does not seem the be the case on fedora)