CCAA 脚本可以在 VPS 一键安装 Caddy + Aria2 + AriaNg 搭建离线下载、文件管理、在线播放等功能。
要求
CentOS 6+/Debian 8+/Ubuntu 14+
操作系统要求 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://github.com/helloxz/ccaa