mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 21:57:37 +00:00
parent
7e776a6742
commit
b1ab139fef
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user