From df6f019c31bb2ffa79b9a5c5874cd04749288251 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:43:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E9=A1=BA=E5=BA=8F=E3=80=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8D=B8=E8=BD=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index a7a093e..e03e9ea 100644 --- a/install.sh +++ b/install.sh @@ -1429,7 +1429,7 @@ showAccounts(){ # 卸载脚本 unInstall(){ - echo + echoContent skyBlue "\n进度 $1/${totalProgress} : 卸载脚本" handleNginx stop if [[ -z `ps -ef|grep -v grep|grep nginx` ]] then @@ -1500,11 +1500,11 @@ menu(){ echoContent red "==============================================================" echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]" echoContent red "==============================================================" - echoContent yellow "4.升级V2Ray" - echoContent yellow "5.自动排错" - echoContent yellow "6.账号查看" + echoContent yellow "4.查看账号" + echoContent yellow "5.升级V2Ray" + echoContent yellow "6.升级脚本" echoContent yellow "7.安装BBR" - echoContent yellow "8.升级脚本" + echoContent yellow "8.自动排错" echoContent yellow "9.更新证书" echoContent yellow "10.卸载脚本" echoContent red "==============================================================" @@ -1515,19 +1515,20 @@ menu(){ installV2RayVLESSTCPWSTLS ;; 4) - updateV2Ray 1 + showAccounts 1 + ;; 5) - checkFail 1 + updateV2Ray 1 ;; 6) - showAccounts 1 + updateV2RayAgent 1 ;; 7) bbrInstall ;; 8) - updateV2RayAgent 1 + checkFail 1 ;; 9) renewalTLS 1