Update 661.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-03-04 06:06:43 +00:00
parent a139ef93f3
commit e8a2dd40d2
1 changed files with 1 additions and 1 deletions

2
661.sh
View File

@ -947,7 +947,7 @@ green " 0. 退出脚本 "
red "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" red "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
if [[ $(type -P warp-go) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then if [[ $(type -P warp-go) || $(type -P warp-cli) ]] && [[ -f '/root/661.sh' ]]; then
if [ "${wpygV}" = "${remoteV}" ]; then if [ "${wpygV}" = "${remoteV}" ]; then
echo -e " 当前CFwarp脚本版本号${bblue}${wpygV}${plain} 重置版第三版 ,已是最新版本\n" echo -e " 当前 CFwarp 脚本版本号:${bblue}${wpygV}${plain} 重置版第三版 ,已是最新版本\n"
else else
echo -e " 当前 CFwarp 脚本版本号:${bblue}${wpygV}${plain}" echo -e " 当前 CFwarp 脚本版本号:${bblue}${wpygV}${plain}"
echo -e " 检测到最新 CFwarp 脚本版本号:${yellow}${remoteV}${plain}" echo -e " 检测到最新 CFwarp 脚本版本号:${yellow}${remoteV}${plain}"