Skip to content

Commit

Permalink
Update ccaa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoctal-sur authored Apr 21, 2022
1 parent 08de707 commit 9463218
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 @@ -59,8 +59,8 @@ function install_aria2(){
#yum -y update
#安装aria2静态编译版本,来源于https://github.com/q3aql/aria2-static-builds/
wget -c ${aria2_url}
tar jxvf aria2-1.35.0-linux-gnu-64bit-build1.tar.bz2
cd aria2-1.35.0-linux-gnu-64bit-build1
tar jxvf aria2-1.36.0-linux-gnu-64bit-build1.tar.bz2
cd aria2-1.36.0-linux-gnu-64bit-build1
make install
cd
}
Expand Down

0 comments on commit 9463218

Please sign in to comment.