From f749d6b722b0c50396a770aa371ca02af976d3ad Mon Sep 17 00:00:00 2001 From: Orazio Date: Wed, 26 Feb 2020 09:49:49 +0100 Subject: [PATCH] Fix for issue #962 --- auto_install/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_install/install.sh b/auto_install/install.sh index eed8575..1578a24 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1291,6 +1291,8 @@ installWireGuard(){ elif [ "$PLAT" = "Ubuntu" ]; then echo "::: Installing WireGuard from PPA... " + PIVPN_DEPS=(software-properties-common) + installDependentPackages PIVPN_DEPS[@] $SUDO add-apt-repository ppa:wireguard/wireguard -y echo "::: Updating package cache..."