From 9bf5c6f88a2087f8d1a3c71bd37da037cbf8eaf9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sat, 21 Nov 2020 14:07:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=89=88=E6=9C=AC=E5=8F=B7):=20=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 394b592..9d88573 100644 --- a/install.sh +++ b/install.sh @@ -2435,12 +2435,12 @@ menu(){ cd echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.1.8" + echoContent green "当前版本:v2.1.9" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:七合一共存脚本" echoContent red "==============================================================" echoContent yellow "1.安装" - echoContent yellow "2.任意组合安装" + echoContent yellow "2.任意组合安装[临时屏蔽]" echoContent skyBlue "-------------------------工具管理-----------------------------" echoContent yellow "3.查看账号" echoContent yellow "4.自动排错 [仅V2Ray]" @@ -2467,7 +2467,9 @@ menu(){ selectCoreInstall ;; 2) - customInstall + echoContent red " ---> 临时屏蔽,请等待更新" + exit 0; +# customInstall ;; 3) showAccounts 1