1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update debs.yml

This commit is contained in:
A Holt 2018-08-30 15:52:24 -04:00 committed by GitHub
parent f09ed0c0ec
commit 4126ad7172
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,14 +46,14 @@
- calibre-bin_{{ calibre_deb_version }}+dfsg-1_armhf.deb - calibre-bin_{{ calibre_deb_version }}+dfsg-1_armhf.deb
when: is_rpi and internet_available when: is_rpi and internet_available
- name: Upgrade to pinned Calibre {{ calibre_deb_version }} while using additional .deb's from testing (rpi) - name: Install/Upgrade both, to PINNED version {{ calibre_deb_version }} while using additional .deb's from testing (rpi)
command: scripts/calibre-install-pinned-rpi.sh # RECOMMENDED for Calibre 3.30 on 2018-08-30, so IIAB microSD will be bootable in RPi Zero W command: scripts/calibre-install-pinned-rpi.sh # RECOMMENDED for Calibre 3.30 on 2018-08-30, so IIAB microSD will be bootable in RPi Zero W
when: is_rpi and internet_available when: is_rpi and internet_available
- name: Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18) - name: Install/Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18)
command: scripts/calibre-install-latest.sh command: scripts/calibre-install-latest.sh
when: not is_rpi and not is_ubuntu_18 and internet_available when: not is_rpi and not is_ubuntu_18 and internet_available
- name: Upgrade to Calibre unstable .deb's IF calibre_unstable_debs - name: Install/Upgrade to Calibre unstable .deb's IF calibre_unstable_debs
command: scripts/calibre-install-unstable.sh command: scripts/calibre-install-unstable.sh
when: calibre_unstable_debs and internet_available when: calibre_unstable_debs and internet_available