mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use pinned
This commit is contained in:
parent
58ba19c772
commit
a012b099f0
3 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@
|
|||
#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
|
||||
|
||||
- name: Upgrade to Calibre {{ calibre_deb_version }} while using addional .deb's from testing (rpi)
|
||||
command: scripts/calibre-install-3.30-rpi.sh # REQUIRED for Calibre 3.30 on 2018-08-30
|
||||
- name: Upgrade to pinned Calibre {{ calibre_deb_version }} while using addional .deb's from testing (rpi)
|
||||
command: scripts/calibre-install-pinned-rpi.sh # REQUIRED for Calibre 3.30 on 2018-08-30
|
||||
when: is_rpi and internet_available
|
||||
|
||||
- name: Upgrade to Calibre testing .deb's - target Ubuntu 16.04 (not rpi and not ubuntu_18)
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
- calibre-bin
|
||||
when: internet_available and not is_rpi and (not calib_executable.stat.exists)
|
||||
|
||||
- name: Download Calibre {{ calibre_deb_version }} (RPi)
|
||||
- name: Download pinned Calibre {{ calibre_deb_version }} (RPi)
|
||||
get_url:
|
||||
url: "{{ calibre_deb_url }}/{{ item }}.deb"
|
||||
dest: "{{ downloads_dir }}/{{ item }}.deb"
|
||||
|
|
Loading…
Add table
Reference in a new issue