Update CFwarp1.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2022-08-26 02:02:57 +00:00
parent 3dfc60fbca
commit 67e064288b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
wpygV="22.8.25 V 0.1" wpygV="22.8.25 V 0.1"
remoteV=`wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh | sed -n 4p | cut -d '"' -f 2` remoteV=$(wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh | sed -n 4p | cut -d '"' -f 2)
red='\033[0;31m' red='\033[0;31m'
bblue='\033[0;34m' bblue='\033[0;34m'
yellow='\033[0;33m' yellow='\033[0;33m'