mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改功能顺序、添加卸载提示
parent
dcfaab876f
commit
df6f019c31
19
install.sh
19
install.sh
|
@ -1429,7 +1429,7 @@ showAccounts(){
|
||||||
|
|
||||||
# 卸载脚本
|
# 卸载脚本
|
||||||
unInstall(){
|
unInstall(){
|
||||||
echo
|
echoContent skyBlue "\n进度 $1/${totalProgress} : 卸载脚本"
|
||||||
handleNginx stop
|
handleNginx stop
|
||||||
if [[ -z `ps -ef|grep -v grep|grep nginx` ]]
|
if [[ -z `ps -ef|grep -v grep|grep nginx` ]]
|
||||||
then
|
then
|
||||||
|
@ -1500,11 +1500,11 @@ menu(){
|
||||||
echoContent red "=============================================================="
|
echoContent red "=============================================================="
|
||||||
echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]"
|
echoContent yellow "1.(VLESS+TCP+TLS/VMess+TCP+TLS/VMess+WS+TLS/VLESS+WS+TLS)+伪装博客 四合一共存脚本[Cloudflare云朵需为灰色]"
|
||||||
echoContent red "=============================================================="
|
echoContent red "=============================================================="
|
||||||
echoContent yellow "4.升级V2Ray"
|
echoContent yellow "4.查看账号"
|
||||||
echoContent yellow "5.自动排错"
|
echoContent yellow "5.升级V2Ray"
|
||||||
echoContent yellow "6.账号查看"
|
echoContent yellow "6.升级脚本"
|
||||||
echoContent yellow "7.安装BBR"
|
echoContent yellow "7.安装BBR"
|
||||||
echoContent yellow "8.升级脚本"
|
echoContent yellow "8.自动排错"
|
||||||
echoContent yellow "9.更新证书"
|
echoContent yellow "9.更新证书"
|
||||||
echoContent yellow "10.卸载脚本"
|
echoContent yellow "10.卸载脚本"
|
||||||
echoContent red "=============================================================="
|
echoContent red "=============================================================="
|
||||||
|
@ -1515,19 +1515,20 @@ menu(){
|
||||||
installV2RayVLESSTCPWSTLS
|
installV2RayVLESSTCPWSTLS
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
updateV2Ray 1
|
showAccounts 1
|
||||||
|
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
checkFail 1
|
updateV2Ray 1
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
showAccounts 1
|
updateV2RayAgent 1
|
||||||
;;
|
;;
|
||||||
7)
|
7)
|
||||||
bbrInstall
|
bbrInstall
|
||||||
;;
|
;;
|
||||||
8)
|
8)
|
||||||
updateV2RayAgent 1
|
checkFail 1
|
||||||
;;
|
;;
|
||||||
9)
|
9)
|
||||||
renewalTLS 1
|
renewalTLS 1
|
||||||
|
|
Loading…
Reference in New Issue