From 88f0f0a17a80b512a7aba1a5975149d52a40cbf3 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 11 Aug 2020 14:34:45 +0200 Subject: [PATCH] Updated to latest download method from website --- bin/calibre_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/calibre_update b/bin/calibre_update index 606990f..6915db0 100755 --- a/bin/calibre_update +++ b/bin/calibre_update @@ -1,2 +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()" +sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin