Fix for issue #962

This commit is contained in:
Orazio 2020-02-26 09:49:49 +01:00
parent 72ff65cb80
commit f749d6b722

View file

@ -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..."