Update wireguard-install.sh

This commit is contained in:
Deface 2020-06-14 02:16:57 +02:00 committed by GitHub
parent 2e492d263a
commit cd68d6a0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)