mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
Arch: do not install wireguard-arch (#84)
This commit is contained in:
parent
2e492d263a
commit
7c6da8df0e
@ -158,7 +158,7 @@ elif [[ $OS == 'centos' ]]; then
|
||||
yum -y install wireguard-dkms wireguard-tools iptables qrencode
|
||||
elif [[ $OS == 'arch' ]]; then
|
||||
pacman -S --noconfirm linux-headers
|
||||
pacman -S --noconfirm wireguard-tools iptables wireguard-arch qrencode
|
||||
pacman -S --noconfirm wireguard-tools iptables qrencode
|
||||
fi
|
||||
|
||||
# Make sure the directory exists (this does not seem the be the case on fedora)
|
||||
|
Loading…
Reference in New Issue
Block a user