ccaa icon indicating copy to clipboard operation
ccaa copied to clipboard

能不能提供gitee全路径安装

Open happytrudy opened this issue 4 years ago • 2 comments

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

happytrudy avatar Jan 29 '21 08:01 happytrudy

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

crazypeace avatar May 07 '21 13:05 crazypeace

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

crazypeace avatar Jan 02 '24 15:01 crazypeace