From 30264a70318d2a608b7b0bc944efae45229428aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= Date: Wed, 14 Dec 2022 08:54:16 +0000 Subject: [PATCH] Update 66.sh --- 66.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/66.sh b/66.sh index 37b7a8f..1f1babc 100644 --- a/66.sh +++ b/66.sh @@ -1,7 +1,6 @@ #!/bin/bash export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export LANG=en_US.UTF-8 -wpygLOGV="22.12.15 V 1.0 重大更新" wpygV="22.12.15 V 1.0 " remoteV=`wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/66.sh | sed -n 4p | cut -d '"' -f 2` chmod +x /root/CFwarp.sh @@ -765,7 +764,9 @@ if [ "${wpygV}" = "${remoteV}" ]; then green " 当前CFwarp脚本版本号:${wpygV} 重置版第二版 ,已是最新版本\n" else green " 当前CFwarp脚本版本号:${wpygV}" -yellow " 检测到最新CFwarp脚本版本号:${remoteV} ,可选择5进行更新\n" +yellow " 检测到最新CFwarp脚本版本号:${remoteV}" +yellow "$(wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/version)" +green "可选择7进行更新\n" fi fi white " VPS系统信息如下:" @@ -1395,7 +1396,9 @@ if [ "${wpygV}" = "${remoteV}" ]; then green " 当前CFwarp脚本版本号:${wpygV} 重置版第二版 ,已是最新版本\n" else green " 当前CFwarp脚本版本号:${wpygV}" -yellow " 检测到最新CFwarp脚本版本号:${remoteV} ,可选择7进行更新\n" +yellow " 检测到最新CFwarp脚本版本号:${remoteV}" +yellow "$(wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/version)" +green "可选择7进行更新\n" fi fi white " VPS系统信息如下:"