mirror of https://gitlab.com/rwkgyg/CFwarp.git
Update 661.sh
This commit is contained in:
parent
38a36e5a17
commit
5b6c9603d5
4
661.sh
4
661.sh
|
@ -991,7 +991,7 @@ red "未正常安装CFwarp脚本!" && exit
|
|||
fi
|
||||
wget -N --no-check-certificate https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh
|
||||
chmod +x /root/CFwarp.sh
|
||||
ln -sf /root/CFwarp.sh /usr/bin/cf
|
||||
ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null
|
||||
green "CFwarp安装脚本升级成功"
|
||||
}
|
||||
|
||||
|
@ -1603,7 +1603,7 @@ red "未正常安装CFwarp脚本!" && exit
|
|||
fi
|
||||
wget -N https://gitlab.com/rwkgyg/CFwarp/raw/main/CFwarp.sh
|
||||
chmod +x /root/CFwarp.sh
|
||||
ln -sf /root/CFwarp.sh /usr/bin/cf
|
||||
ln -sf /root/CFwarp.sh /usr/bin/cf 2>/dev/null
|
||||
green "CFwarp安装脚本升级成功"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue