From 4feda3fa5891972402ea1570a1acc7ede79e179b 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, 26 Aug 2022 02:08:28 +0000 Subject: [PATCH] Update CFwarp1.sh --- CFwarp1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CFwarp1.sh b/CFwarp1.sh index 40cb7f8..48263e0 100644 --- a/CFwarp1.sh +++ b/CFwarp1.sh @@ -1,8 +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 -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) red='\033[0;31m' bblue='\033[0;34m' yellow='\033[0;33m' @@ -18,6 +16,8 @@ rred(){ echo -e "\033[35m\033[01m$1\033[0m";} readtp(){ read -t5 -n26 -p "$(yellow "$1")" $2;} readp(){ read -p "$(yellow "$1")" $2;} [[ $EUID -ne 0 ]] && yellow "请以root模式运行脚本" && exit +wpygV="22.8.25 V 0.1" +remoteV=$(wget -qO- https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh | sed -n 18p | cut -d '"' -f 2) start(){ yellow " 请稍等3秒……正在扫描vps类型及参数中……"