From 92ff1c3040fb19645a2d12364dcb145f13d6ebe8 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, 10 May 2023 04:42:11 +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 0f7e53f..49647c7 100644 --- a/CFwarp.sh +++ b/CFwarp.sh @@ -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