mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Fix for issue #962
This commit is contained in:
parent
72ff65cb80
commit
f749d6b722
1 changed files with 2 additions and 0 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue