From 5de8397e0710797dc0489ff84ed03d183a06d768 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 10 Jun 2018 01:13:41 -0400 Subject: [PATCH] calibre-install-latest-rpi.sh fails with Calibre 3.24 and 3.25 (calibre-install-latest.sh works for now!) --- roles/calibre/tasks/debs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/calibre/tasks/debs.yml b/roles/calibre/tasks/debs.yml index 2fdd5cfdc..b00a69d7f 100644 --- a/roles/calibre/tasks/debs.yml +++ b/roles/calibre/tasks/debs.yml @@ -19,7 +19,8 @@ # HOWEVER: it's strongly suggested you wait for apt (blessed by your OS!) - name: Upgrade to Calibre testing .deb's - target Raspbian (rpi) - command: scripts/calibre-install-latest-rpi.sh + #command: scripts/calibre-install-latest-rpi.sh #fails with Calibre 3.24 & 3.25, and beyond? + command: scripts/calibre-install-latest.sh #Debian approach works for now (3.24 & 3.25) when: is_rpi and internet_available - name: Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18)