1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-01 03:00:47 +00:00

Arch Linux: install wireguard-arch kernel module

Fix #33
This commit is contained in:
angristan 2019-08-24 19:08:31 +02:00
parent 7e776a6742
commit b1ab139fef

View File

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