From 7c6da8df0ebf39f37beae5aa45898c4120d64041 Mon Sep 17 00:00:00 2001 From: Deface <32715156+FollowMeDown@users.noreply.github.com> Date: Sun, 14 Jun 2020 16:24:12 +0200 Subject: [PATCH] Arch: do not install wireguard-arch (#84) --- 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)