helloxz / ccaa

此项目不再维护,推荐使用Zdir替代!
https://www.zdir.pro/zh/
MIT License
1.01k stars 303 forks source link

能不能提供gitee全路径安装 #51

Open chenxudong2020 opened 3 years ago

chenxudong2020 commented 3 years ago

用了cdn中间下载别的 软件还是github上下载 慢

crazypeace commented 3 years ago

1、下载 https://github.com/helloxz/ccaa/archive/master.zip 放到你自己的快速的空间 2、改一下 ccaa.sh 的第15行,改成你自己的master.zip的路径

crazypeace commented 8 months ago

为了访问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")