From da0d27a6195b2fd4fc2a880e2883710e5728a94e 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: Sun, 7 May 2023 02:14:39 +0000 Subject: [PATCH] Update c.sh --- c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.sh b/c.sh index 7954d63..b7e7b07 100644 --- a/c.sh +++ b/c.sh @@ -20,7 +20,7 @@ release="centos" else red "不支持你当前系统,请选择使用Ubuntu,Debian,Centos系统" && exit fi -mv /root/c.sh /root/cf.sh +rm -rf /root/c.sh bit=`uname -m` if [[ $bit = aarch64 ]]; then wget -O /root/CFwarp.sh https://gitlab.com/rwkgyg/CFwarp/-/raw/main/version/CFwarp.sh.a && chmod +x /root/CFwarp.sh