mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Update wireguard-install.sh
This commit is contained in:
parent
b902889ad3
commit
845b668e47
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ elif [[ "$OS" = 'centos' ]]; then
|
|||
yum install epel-release
|
||||
yum install wireguard-dkms wireguard-tools iptables
|
||||
elif [[ "$OS" = 'arch' ]]; then
|
||||
pacman -S linux-headers
|
||||
pacman -S wireguard-tools iptables wireguard-arch
|
||||
pacman -S linux-headers dkms
|
||||
pacman -S wireguard-dkms wireguard-tools iptables openresolv
|
||||
fi
|
||||
|
||||
# Make sure the directory exists (this does not seem the be the case on fedora)
|
||||
|
|
Loading…
Add table
Reference in a new issue