mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update c.sh
This commit is contained in:
parent
ff4b0e7d59
commit
5101182408
2
c.sh
2
c.sh
|
@ -20,7 +20,7 @@ release="centos"
|
||||||
else
|
else
|
||||||
red "不支持你当前系统,请选择使用Ubuntu,Debian,Centos系统" && exit
|
red "不支持你当前系统,请选择使用Ubuntu,Debian,Centos系统" && exit
|
||||||
fi
|
fi
|
||||||
mv /root/CFwarp.sh /root/cf.sh
|
mv /root/c.sh /root/cf.sh
|
||||||
bit=`uname -m`
|
bit=`uname -m`
|
||||||
if [[ $bit = aarch64 ]]; then
|
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
|
wget -O /root/CFwarp.sh https://gitlab.com/rwkgyg/CFwarp/-/raw/main/version/CFwarp.sh.a && chmod +x /root/CFwarp.sh
|
||||||
|
|
Loading…
Reference in New Issue