From bb3d42b453758e3cfa60cd64a67c0bf9b893175c 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:01:52 +0000 Subject: [PATCH] Update C.sh --- C.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C.sh b/C.sh index 773927b..fbd6d2a 100644 --- a/C.sh +++ b/C.sh @@ -23,10 +23,10 @@ fi 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 -./CFwarp.sh +./root/CFwarp.sh 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 +./root/CFwarp.sh else red "目前脚本不支持$bit架构" && exit fi