Skip to content

Instantly share code, notes, and snippets.

@worldadventurer
Created December 28, 2016 11:06
Show Gist options
  • Save worldadventurer/a819c487a4ffc019059f3c623d243d7e to your computer and use it in GitHub Desktop.
Save worldadventurer/a819c487a4ffc019059f3c623d243d7e to your computer and use it in GitHub Desktop.
# Tested on Centos 6 x64
echo This compiles and installs axel on your system
echo axel is a multi-threaded downloader
read -rsp $'Press any key to continue OR CTRL-c to QUIT ...\n' -n1 key
#
cd
git clone https://github.com/FiloSottile/axel.git
cd axel
./configure && make && make install
#Finished
echo .
echo Finished. Usage: axel -n 4 http://URL/to/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment