Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-12-06 06:16:36 +00:00
parent 0a2808455c
commit 81116b3628
1 changed files with 7 additions and 0 deletions

View File

@ -749,7 +749,14 @@ case "$Input" in
esac
}
warpgo(){
if [[ -n $(type -P warp-go) ]]; then
red "请先卸载已安装的WARP-GO否则无法安装当前的WGCF-WARP脚本退出" && exit
fi
}
if [ $# == 0 ]; then
warpgo
start
start_menu
fi