Update c.sh

This commit is contained in:
甬哥侃侃侃ygkkk 2023-05-07 02:12:43 +00:00
parent ff4b0e7d59
commit 5101182408
1 changed files with 1 additions and 1 deletions

2
c.sh
View File

@ -20,7 +20,7 @@ release="centos"
else
red "不支持你当前系统请选择使用Ubuntu,Debian,Centos系统" && exit
fi
mv /root/CFwarp.sh /root/cf.sh
mv /root/c.sh /root/cf.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