Open chenxudong2020 opened 3 years ago
1、下载 https://github.com/helloxz/ccaa/archive/master.zip 放到你自己的快速的空间 2、改一下 ccaa.sh 的第15行,改成你自己的master.zip的路径
为了访问github 可以使用 github proxy 比如 https://ghproxy.crazypeace.workers.dev/
安装脚本变成:
bash <(curl -L https://ghproxy.crazypeace.workers.dev/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.crazypeace.workers.dev/\1#g")
如果是国内, 访问不了 worders 域名, 可以自己搭,再设置自定义域名, 如:
bash <(curl -L https://ghproxy.agrayman.gay/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.agrayman.gay/\1#g")
或, 你也可以搭建在replit 上面, replit域名国内未屏蔽. 如,
bash <(curl -L https://ghproxy.crazypeace.repl.co/https://git.io/ccaasudo.sh | perl -pe "s#(http.*?git[^/]*?/)#https://ghproxy.crazypeace.repl.co/\1#g")
用了cdn中间下载别的 软件还是github上下载 慢