From 543b66a6ccb10105fccb5f875161956cbb0ad059 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 14 Feb 2025 21:24:56 +0300 Subject: [PATCH] Message modification --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 579be9f..eba151c 100755 --- a/install.sh +++ b/install.sh @@ -77,12 +77,12 @@ main() { } add_tunnel() { - echo "What type of VPN or proxy will be used? We also can automatically configure Wireguard and Amnezia WireGuard." + echo "Will you be using Wireguard, AmneziaWG, OpenVPN, OpenConnect? If yes, select a number and they will be automatically installed" echo "1) Wireguard" echo "2) AmneziaWG" echo "3) OpenVPN" echo "4) OpenConnect" - echo "5) Skip this step" + echo "5) I use VLESS/SS. Skip this step" while true; do read -r -p '' TUNNEL