aboutsummaryrefslogtreecommitdiff
path: root/wireguard-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wireguard-install.sh')
-rw-r--r--wireguard-install.sh2
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)