mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Arch: do not install wireguard-arch (#84)
This commit is contained in:
parent
2e492d263a
commit
7c6da8df0e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue