Compare commits

..

10 Commits

Author SHA1 Message Date
02969ae0f1 Modifying install.sh 2025-02-11 12:24:50 +00:00
6aaf7ba5fe Modifying install.sh 2025-02-11 12:12:59 +00:00
Gyorgy Berenyi
c87920bb59 Modifying install.sh 2024-11-14 12:40:05 +00:00
Gyorgy Berenyi
7466027014 Modifying install.sh 2024-09-18 10:05:46 +00:00
Gyorgy Berenyi
b908a774be Modifying install.sh 2024-06-13 18:44:07 +00:00
Gyorgy Berenyi
742a05084f Modifying install.sh 2024-06-13 14:41:20 +00:00
Gyorgy Berenyi
984f97d7bf Modifying install.sh 2024-06-13 14:40:54 +00:00
Gyorgy Berenyi
d30414736b Modifying install.sh 2024-06-13 14:37:59 +00:00
gyurix
c3b4bbb2eb testing git submodule 2024-06-13 09:00:28 +02:00
gyurix
dec704f6b7 added first commit to local install 2024-06-12 13:39:09 +02:00

View File

@@ -80,14 +80,12 @@ ask_envs() {
read -r VPN_RETRY; read -r VPN_RETRY;
if [ "$VPN_RETRY" == "n" ] || [ "$VPN_RETRY" == "N" ]; then if [ "$VPN_RETRY" == "n" ] || [ "$VPN_RETRY" == "N" ]; then
VPN_PROXY="no"; VPN_PROXY="no";
echo "VPN proxy was skipped.";
break; break;
fi fi
fi; fi;
done; done;
echo "VPN proxy was skipped.";
if [ "$VPN_PROXY" == "yes" ]; then if [ "$VPN_PROXY" == "yes" ]; then
echo "Please add the letsencrypt mail address:"; echo "Please add the letsencrypt mail address:";
while read -r LETSENCRYPT_MAIL; do while read -r LETSENCRYPT_MAIL; do