mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-09 12:12:03 +00:00
parent
7e776a6742
commit
b1ab139fef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue