Skip to content

Instantly share code, notes, and snippets.

@frhd
Created November 19, 2014 10:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frhd/d21df4c505ea26ce5348 to your computer and use it in GitHub Desktop.
Save frhd/d21df4c505ea26ce5348 to your computer and use it in GitHub Desktop.
fancy cli downloader
sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment