Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
helloxz committed Feb 28, 2020
1 parent c95a27a commit fffcc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ function setout(){
#创建临时目录
cd
mkdir ./ccaa_tmp
#进入临时目录
cd ./ccaa_tmp
}
#安装Aria2
function install_aria2(){
#进入临时目录
cd ./ccaa_tmp
#yum -y update
#安装aria2静态编译版本,来源于https://github.com/q3aql/aria2-static-builds/
wget -c https://github.com/q3aql/aria2-static-builds/releases/download/v1.35.0/aria2-1.35.0-linux-gnu-64bit-build1.tar.bz2
Expand Down

0 comments on commit fffcc78

Please sign in to comment.