Skip to content

Instantly share code, notes, and snippets.

@aelkz
Created June 14, 2017 12:38
Show Gist options
  • Save aelkz/1c21026fecf90b54521c0de9e3563ab2 to your computer and use it in GitHub Desktop.
Save aelkz/1c21026fecf90b54521c0de9e3563ab2 to your computer and use it in GitHub Desktop.
[LINUX] Calibre e-book reader
# bin/bash
sudo -v && wget -nv -O- https://download.calibre-ebook.com/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