转自:hostloc 作者:xiaoz

CCAA脚本可以一键安装Caddy + Aria2 + AriaNg实现离线下载,在最初的时候仅支持CentOS系统,此次更新主要是适配Debian和Ubuntu,其它做了一些小改进,如果您之前已经在CentOS系统安装,一般不需要更新或重装。

环境要求:

  1. CentOS 6+/Debian 8+/Ubuntu 14+
  2. 操作系统要求64位

安装

#CentOS执行以下命令

yum -y install wget unzip curl
wget https://github.com/helloxz/ccaa/archive/master.zip
unzip master.zip && cd ccaa-master && sh ccaa.sh

#Debian/Ubuntu执行以下命令

apt-get install -y wget unzip curl
wget https://github.com/helloxz/ccaa/archive/master.zip && unzip master.zip
cd ccaa-master && chmod +x *.sh && ./ccaa.sh

请输入图片描述

帮助文档:https://www.xiaoz.me/doc/doc-ccaa/ (务必查看)
项目地址:https://github.com/helloxz/ccaa

Last modification:May 21, 2019
If you think my article is useful to you, please feel free to appreciate