From ba0750f56ca0d2586b593c571003245ddb8f22f6 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:45:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/install.sh b/install.sh index 70cc27d..66bc096 100644 --- a/install.sh +++ b/install.sh @@ -1004,21 +1004,29 @@ menu(){ # 新建所需目录 mkdirTools cd - echoContent red "==============================================================" - echoContent green "V2Ray+wss+Nginx+Web/TLS+TCP+V2Ray/VLESS+TCP+V2Ray+Web一键脚本" + echoContent red "==============================================================" "no" + echoContent green "V2Ray+wss+Nginx+Web/TLS+TCP+V2Ray/VLESS+TCP+V2Ray+Web一键脚本" "no" echoContent green "作者:mack-a" no echoContent green "Version:v1.0.9" no - echoContent red "==============================================================" + echoContent red "==============================================================" "no" echoContent yellow "1.V2Ray+wss+Nginx+Web" "no" echoContent yellow "2.TLS+TCP+V2Ray" "no" - echoContent yellow "3.VLESS+TCP+V2Ray+Web" "no" - echoContent yellow "4.状态展示" "no" - echoContent yellow "5.安装BBR" "no" - echoContent yellow "6.卸载脚本" "no" - echoContent red "==============================================================" - read -p "请选择:" - # installV2RaywssNginxWeb - installV2RayTCPTLS +# echoContent yellow "3.VLESS+TCP+V2Ray+Web" "no" +# echoContent yellow "4.状态展示" "no" +# echoContent yellow "5.安装BBR" "no" +# echoContent yellow "6.卸载脚本" "no" + + echoContent red "==============================================================" "no" + read -n1 -p "请选择:" selectInstallType + case ${selectInstallType} in + 1) + installV2RaywssNginxWeb + ;; + 2) + installV2RayTCPTLS + ;; + esac + exit 0; # =============== # todo 这里判断每次安装的内容