Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pre63/89b10e4fe5f75da4d5a5a4acd3dad7c8 to your computer and use it in GitHub Desktop.

Select an option

Save pre63/89b10e4fe5f75da4d5a5a4acd3dad7c8 to your computer and use it in GitHub Desktop.
aria2 on amazon linux
# download from http://sourceforge.net/projects/aria2/files/stable/aria2-1.19.0
sudo yum install gcc-g++ openssl-devel -y
tar xvfj aria2...tar.bz2
./configure
make -j$(nproc)
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment