From cd68d6a0b61d4e2c99140c64c579a4bae901e27f Mon Sep 17 00:00:00 2001 From: Deface <32715156+FollowMeDown@users.noreply.github.com> Date: Sun, 14 Jun 2020 02:16:57 +0200 Subject: [PATCH] Update wireguard-install.sh --- wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index f6768fb..065de2e 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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)