Advertisement
pintcat

do-calibre.sh 1.0

Aug 28th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. HOME=https://download.calibre-ebook.com/linux-installer.py
  2. sudo -v
  3. wget -nv -O- $HOME | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement