mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update CFwarp1.sh
This commit is contained in:
parent
eaa69407a0
commit
66cceafb63
|
@ -664,7 +664,6 @@ white "甬哥blogger博客 :ygkkk.blogspot.com"
|
|||
white " 甬哥YouTube频道 :www.youtube.com/c/甬哥侃侃侃kkkyg"
|
||||
green "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
|
||||
yellow " 安装warp成功后,进入脚本快捷方式:cf"
|
||||
yellow " 安装warp成功后,进入脚本快捷方式:cf"
|
||||
white " ================================================================="
|
||||
green " 1. 安装wgcf-warp单栈IPV4"
|
||||
green " 2. 安装wgcf-warp单栈IPV6"
|
||||
|
@ -677,8 +676,6 @@ green " 7. warp关闭、开启、卸载"
|
|||
green " 8. 更新CFwarp脚本"
|
||||
green " 0. 退出脚本 "
|
||||
white " ================================================================="
|
||||
white " VPS系统信息如下:"
|
||||
white " VPS操作系统: $(blue "$op") \c" && white " 内核版本: $(blue "$version") \c" && white " CPU架构 : $(blue "$cpu") \c" && white " 虚拟化类型: $(blue "$vi")"
|
||||
if [[ $(type -P wg-quick) || $(type -P warp-cli) ]] && [[ -f '/root/CFwarp.sh' ]]; then
|
||||
if [ "${wpygV}" = "${remoteV}" ]; then
|
||||
green " 当前CFwarp脚本版本号:${wpygV} ,已是最新版本\n"
|
||||
|
@ -687,6 +684,8 @@ green "当前CFwarp脚本版本号:${wpygV}"
|
|||
yellow " 检测到最新CFwarp安装脚本版本号:${remoteV} ,可选择8进行更新\n"
|
||||
fi
|
||||
fi
|
||||
white " VPS系统信息如下:"
|
||||
white " VPS操作系统: $(blue "$op") \c" && white " 内核版本: $(blue "$version") \c" && white " CPU架构 : $(blue "$cpu") \c" && white " 虚拟化类型: $(blue "$vi")"
|
||||
IP_Status_menu
|
||||
echo
|
||||
readp " 请输入数字:" Input
|
||||
|
|
Loading…
Reference in New Issue