@ -254,7 +254,7 @@ function _prompt_install_vpn() {
}
function _install_vpn(){
echo -n "Install [O]penVPN or [W]ireguard? [O/W]: "
echo -n "Install [O]penVPN or [W]ireGuard? [O/W]: "
if["$assume_yes"==0];then
read answer < /dev/tty
case$answer in
@ -273,15 +273,18 @@ function _install_vpn() {
# Install Wireguard from the Debian unstable distro
function _install_wireguard(){
_install_log "Configure Wireguard support"
echo"Installing Wireguard from Debian unstable distro"
_install_log "Configure WireGuard support"
echo"Installing WireGuard from Debian unstable distro"
echo"Adding Debian distro"
echo"deb http://deb.debian.org/debian/ unstable main"| sudo tee --append /etc/apt/sources.list.d/unstable.list || _install_status 1"Unable to append to sources.list"
sudo apt-get install dirmngr || _install_status 1"Unable to install dirmngr"