Skip to content

Commit

Permalink
install aria2 in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 26, 2024
1 parent 85e9ac1 commit 8d3ebd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,10 @@ rm -f get-pip.py

# check pip version
pip --version

# install aria2 static binary
wget -O /tmp/aria2.zip https://github.com/abcfy2/aria2-static-build/releases/download/1.37.0/aria2-x86_64-linux-musl_libressl_static.zip \
&& unzip -d /tmp /tmp/aria2.zip \
&& mv /tmp/aria2c /usr/local/bin \
&& rm /tmp/aria2.zip \
&& aria2c -v

0 comments on commit 8d3ebd2

Please sign in to comment.