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
1 changed files with 1 additions and 1 deletions

View File

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