From 4ac28559909cc6d64f0628863001733390c7c4c6 Mon Sep 17 00:00:00 2001 From: shelleycat485 <63857845+shelleycat485@users.noreply.github.com> Date: Fri, 22 May 2020 17:47:01 +0100 Subject: [PATCH] Update install.sh remove refs to /etc/pivpn/setupVars in selfcheck and debug scripts tidy indenting on install, check if symlink already exists before making one to avoid error uninstall indicates which vpns are available for uninstall selfcheck checks both protocols if both present install - additional text in reconfigure saying 2nd protocol can be added change to use pivpn ovpn instaed of pivpn opv when dual protocols exist --- auto_install/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index 229ea04..92a36df 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -10,11 +10,11 @@ # curl -L https://install.pivpn.io | bash # Make sure you have `curl` installed -# timestamp 2020/5/22 12:30BST +# timestamp 2020/5/22 17:44BST ######## VARIABLES ######### -#pivpnGitUrl="https://github.com/pivpn/pivpn.git" -pivpnGitUrl="/home/pi/repos/pivpn" +pivpnGitUrl="https://github.com/pivpn/pivpn.git" +#pivpnGitUrl="/home/pi/repos/pivpn" setupVarsFile="setupVars.conf" setupConfigDir="/etc/pivpn" tempsetupVarsFile="/tmp/setupVars.conf"