mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #734 from jvonau/cal-rpi
use stock OS provided deb on RPI's
This commit is contained in:
commit
96ed583e9c
1 changed files with 5 additions and 0 deletions
|
@ -3,5 +3,10 @@
|
|||
name: calibre
|
||||
state: present
|
||||
|
||||
# April 5 2018 raspbian is now tracking the latest Calibre with a small delay.
|
||||
# Should you really want the latest just run the below script standalone, it is
|
||||
# strongly suggested that waiting for the lastest deb from Rasbian is the best.
|
||||
|
||||
- name: Upgrade latest Calibre
|
||||
command: scripts/calibre-install-latest.sh
|
||||
when: not is_rpi
|
||||
|
|
Loading…
Add table
Reference in a new issue