diff --git a/README.md b/README.md index a794734..bd5f13b 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,18 @@ pserver.sh wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/pserver.sh && chmod +x pserver.sh && bash pserver.sh ``` +aria2.sh +====== + +- 脚本说明: Aria2 一键安装脚本 +- 系统支持: CentOS6+ / Debian6+ / Ubuntu14+ +- 使用方法: https://doub.io/shell-jc4/ + +### 下载安装: +``` bash +wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/aria2.sh && chmod +x aria2.sh && bash aria2.sh +``` + gogo.sh ======