mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
calibre-install-latest-rpi.sh fails with Calibre 3.24 and 3.25 (calibre-install-latest.sh works for now!)
This commit is contained in:
parent
ae23d2188c
commit
5de8397e07
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue