1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-05-31 18:50:47 +00:00

Update wireguard-install.sh

This commit is contained in:
liberodark 2020-01-20 12:39:13 +01:00 committed by GitHub
parent e874ddfa97
commit 988b948207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,8 @@ echo "Install WireGuard Server ($distribution)"
dnf install -y wireguard-dkms wireguard-tools iptables > /dev/null 2>&1
elif [ "$distribution" = "Ubuntu" ] || [ "$distribution" = "Deepin" ]; then
apt-get update > /dev/null 2>&1
apt-get install -y software-properties-common
add-apt-repository ppa:wireguard/wireguard
apt-get update > /dev/null 2>&1
apt-get install -y "linux-headers-$(uname -r)" > /dev/null 2>&1