Update CFwarp.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-10 04:42:11 +00:00
parent 4f03d2c584
commit 92ff1c3040
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ release="ubuntu"
elif cat /proc/version | grep -Eqi "centos|red hat|redhat"; then
release="centos"
else
red "不支持你当前系统请选择使用Ubuntu,Debian,Centos系统" && exit
echo "不支持你当前系统请选择使用Ubuntu,Debian,Centos系统" && exit
fi
rm -rf /root/CFwarp.sh
bit=`uname -m`
@ -29,5 +29,5 @@ elif [[ $bit = x86_64 ]]; then
wget -O /root/CFwarp.sh https://gitlab.com/rwkgyg/CFwarp/-/raw/main/version/CFwarp.sh && chmod +x /root/CFwarp.sh
./CFwarp.sh
else
red "目前脚本不支持$bit架构" && exit
echo "目前脚本不支持$bit架构" && exit
fi