From 39dcb5060db3715f668450075653e4dfcdba1878 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 14 Oct 2020 11:40:02 +0100 Subject: [PATCH] Resolves #690 --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index 714cff94..7fddc414 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -265,6 +265,7 @@ function _prompt_install_openvpn() { # Install openvpn and enable client configuration option function _install_openvpn() { _install_log "Installing OpenVPN and enabling client configuration" + echo "Adding packages via apt-get" sudo apt-get install $apt_option openvpn || _install_status 1 "Unable to install openvpn" sudo sed -i "s/\('RASPI_OPENVPN_ENABLED', \)false/\1true/g" "$webroot_dir/includes/config.php" || _install_status 1 "Unable to modify config.php" echo "Enabling openvpn-client service on boot"