From 13e47601e6420357081af2cb371b81e6152ce17f Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 11 Sep 2020 11:38:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index cc8284f..63c2387 100644 --- a/install.sh +++ b/install.sh @@ -1510,12 +1510,13 @@ menu(){ echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]" # echoContent yellow "2.V2Ray+TCP+TLS" echoContent red "==============================================================" - echoContent yellow "4.更新V2Ray" + echoContent yellow "4.升级V2Ray" echoContent yellow "5.自动排错" echoContent yellow "6.账号查看" echoContent yellow "7.安装BBR" - echoContent yellow "8.更新脚本" - echoContent yellow "9.卸载脚本" + echoContent yellow "8.升级脚本" + echoContent yellow "9.更新证书[todo]" + echoContent yellow "10.卸载脚本" echoContent red "==============================================================" automaticUpgrade read -p "请选择:" selectInstallType @@ -1538,7 +1539,7 @@ menu(){ 8) updateV2RayAgent 1 ;; - 9) + 10) unInstall ;; esac