diff options
author | angristan <angristan@pm.me> | 2019-08-24 19:08:31 +0200 |
---|---|---|
committer | angristan <angristan@pm.me> | 2019-08-24 19:08:31 +0200 |
commit | b1ab139fefa37862ce923a193b173848fc07a4e1 (patch) | |
tree | 5a797dc664796144406e56d254b8e988e8a1b504 /wireguard-install.sh | |
parent | 7e776a67421d3397427ae1ce57c95c36fadb8e70 (diff) |
Arch Linux: install wireguard-arch kernel module
Fix #33
Diffstat (limited to 'wireguard-install.sh')
-rw-r--r-- | wireguard-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard-install.sh b/wireguard-install.sh index 7c0ea87..e6f1287 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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) |