From 9694a3350f935643c2a7d21633c4e4046d5e866f Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 2 Jun 2015 10:44:54 +0200 Subject: [PATCH] 20150524: update script for Calibre --- bin/calibre_update | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/calibre_update diff --git a/bin/calibre_update b/bin/calibre_update new file mode 100755 index 0000000..606990f --- /dev/null +++ b/bin/calibre_update @@ -0,0 +1,2 @@ +#!/bin/bash +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()"