From 362d3e77eb6d45332bc474c29908394c35edc261 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: Fri, 17 Mar 2023 01:13:39 +0000 Subject: [PATCH] Update CFwarp.sh --- CFwarp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CFwarp.sh b/CFwarp.sh index eb311a7..9b2a4ca 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -1,7 +1,7 @@ #!/bin/bash export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export LANG=en_US.UTF-8 -wpygV="23.3.17 V 0.9.61 " +wpygV="23.3.17 V 0.9.6 " remoteV=`wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh | sed -n 4p | cut -d '"' -f 2` chmod +x /root/CFwarp.sh red='\033[0;31m' @@ -1025,7 +1025,7 @@ red "未正常安装CFwarp脚本!" && exit fi wget -N --no-check-certificate https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh chmod +x /root/CFwarp.sh -ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null || true +ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null green "CFwarp安装脚本升级成功" }