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:
parent
74310e73f2
commit
f09ed0c0ec
1 changed files with 13 additions and 0 deletions
|
@ -33,6 +33,19 @@
|
||||||
# command: scripts/calibre-install-latest.sh # REQUIRED for Calibre 3.29 on 2018-08-21 (PR #1015), as all above strategies failed (only script that was not attempted: Sid-like calibre-install-unstable.sh). CLARIF: RESULTING microSD's ARE NOT BOOTABLE IN Zero W (#952)
|
# command: scripts/calibre-install-latest.sh # REQUIRED for Calibre 3.29 on 2018-08-21 (PR #1015), as all above strategies failed (only script that was not attempted: Sid-like calibre-install-unstable.sh). CLARIF: RESULTING microSD's ARE NOT BOOTABLE IN Zero W (#952)
|
||||||
# when: is_rpi and internet_available
|
# when: is_rpi and internet_available
|
||||||
|
|
||||||
|
- name: Download PINNED version {{ calibre_deb_version }} of calibre & calibre-bin (rpi)
|
||||||
|
get_url:
|
||||||
|
url: "{{ calibre_deb_url }}/{{ item }}"
|
||||||
|
dest: "{{ downloads_dir }}/{{ item }}"
|
||||||
|
mode: 0644
|
||||||
|
#force: no
|
||||||
|
#backup: no
|
||||||
|
timeout: "{{ download_timeout }}"
|
||||||
|
with_items:
|
||||||
|
- calibre_{{ calibre_deb_version }}+dfsg-1_all.deb
|
||||||
|
- calibre-bin_{{ calibre_deb_version }}+dfsg-1_armhf.deb
|
||||||
|
when: is_rpi and internet_available
|
||||||
|
|
||||||
- name: Upgrade to pinned Calibre {{ calibre_deb_version }} while using additional .deb's from testing (rpi)
|
- name: Upgrade to pinned Calibre {{ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue