diff options
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) |