1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 13:00:48 +00:00

Install error on debian 10

Without this, it can be installed on a newly installed version of debian 10. One line is enough to fix it.
This commit is contained in:
Alexander-Ger-Reich 2021-06-18 00:07:28 +02:00 committed by GitHub
parent 25c486f9e8
commit b2e8b32fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@ function installWireGuard() {
apt-get update
fi
apt update
apt-get install -y wireguard-dkms
apt-get install -y iptables resolvconf qrencode
apt-get install -y -t buster-backports wireguard
elif [[ ${OS} == 'fedora' ]]; then