Update C.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-07 02:01:52 +00:00
parent 4115d71752
commit bb3d42b453
1 changed files with 2 additions and 2 deletions

4
C.sh
View File

@ -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