mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
scripts/calibre-install-latest.sh when not is_rpi
This commit is contained in:
parent
cc4a87c001
commit
cc691f9730
1 changed files with 3 additions and 2 deletions
|
@ -47,9 +47,10 @@
|
|||
# command: scripts/calibre-install-pinned-rpi.sh # Worked for Calibre 3.33.1 on 2018-10-23, e.g. so IIAB microSD bootable in RPi Zero W
|
||||
# when: is_rpi and internet_available
|
||||
|
||||
- name: Install/Upgrade to Calibre testing .deb's (debian-9 or ubuntu-16)
|
||||
- name: Install/Upgrade to Calibre testing .deb's (not rpi)
|
||||
command: scripts/calibre-install-latest.sh
|
||||
when: (not is_rpi) and (is_debian_9 or is_ubuntu_16) and internet_available
|
||||
when: (not is_rpi) and internet_available
|
||||
#when: (not is_rpi) and (is_debian_9 or is_ubuntu_16) and internet_available
|
||||
#when: not is_rpi and not is_ubuntu_18 and internet_available
|
||||
|
||||
- name: Install/Upgrade to Calibre unstable .deb's IF calibre_unstable_debs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue