mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update c.sh
This commit is contained in:
parent
84971f90b8
commit
b001f642e9
4
c.sh
4
c.sh
|
@ -23,10 +23,10 @@ fi
|
||||||
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
|
||||||
./root/CFwarp.sh
|
./CFwarp.sh
|
||||||
elif [[ $bit = x86_64 ]]; then
|
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
|
wget -O /root/CFwarp.sh https://gitlab.com/rwkgyg/CFwarp/-/raw/main/version/CFwarp.sh && chmod +x /root/CFwarp.sh
|
||||||
./root/CFwarp.sh
|
./CFwarp.sh
|
||||||
else
|
else
|
||||||
red "目前脚本不支持$bit架构" && exit
|
red "目前脚本不支持$bit架构" && exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue