Skip to content

Instantly share code, notes, and snippets.

@aveao
Created March 6, 2017 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aveao/d086028f7b6b0007aa077c0b3ebffaca to your computer and use it in GitHub Desktop.
Save aveao/d086028f7b6b0007aa077c0b3ebffaca to your computer and use it in GitHub Desktop.
Calibre linux update script
#!/bin/sh
# Really basic script to update calibre. Set as alias in .bashrc or .zshrc (or whatever) to make updating calibre more than easy!
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