diff options
author | Deface <32715156+FollowMeDown@users.noreply.github.com> | 2020-06-14 16:24:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 16:24:12 +0200 |
commit | 7c6da8df0ebf39f37beae5aa45898c4120d64041 (patch) | |
tree | a2bcd01cc0313ce9d514846983190c526e648867 | |
parent | 2e492d263ae35b6874831ea1bbc6025f150d9f9f (diff) |
Arch: do not install wireguard-arch (#84)
-rw-r--r-- | wireguard-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |