From b2e8b32fe079a1d02f6cd46bd70361943548fe2c Mon Sep 17 00:00:00 2001 From: Alexander-Ger-Reich <50119493+Alexander-Ger-Reich@users.noreply.github.com> Date: Fri, 18 Jun 2021 00:07:28 +0200 Subject: [PATCH] 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. --- wireguard-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wireguard-install.sh b/wireguard-install.sh index c8948b4..64008e7 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -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