From d3734196a2248f7175e97b640be336b2c1a0dd26 Mon Sep 17 00:00:00 2001 From: Alexander-Ger-Reich <50119493+Alexander-Ger-Reich@users.noreply.github.com> Date: Sat, 29 May 2021 13:47:18 +0200 Subject: [PATCH] Will not be installed but necessary This is required for a fresh installation because otherwise it cannot be started. Without this change, the error message "RTNETLINK answers: Operation not supported" is output at the start. --- wireguard-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index c8948b4..d16ca65 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -132,8 +132,8 @@ function installWireGuard() { apt-get update fi apt update - apt-get install -y iptables resolvconf qrencode - apt-get install -y -t buster-backports wireguard + apt-get install -y iptables resolvconf qrencode + apt-get install -y -t buster-backports wireguard wireguard-dkms elif [[ ${OS} == 'fedora' ]]; then if [[ ${VERSION_ID} -lt 32 ]]; then dnf install -y dnf-plugins-core