mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
commit
3693a2249b
2 changed files with 5 additions and 5 deletions
|
@ -14,11 +14,11 @@
|
|||
state: present
|
||||
when: is_redhat
|
||||
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian Stretch (debian-9 and not raspbian-9)
|
||||
- name: Install {{ iiab_download_url }}/usbmount_0.0.14.1_all.deb, missing from Debian (debian-9, debian-10 and not raspbian-9)
|
||||
apt:
|
||||
deb: "{{ iiab_download_url }}/usbmount_0.0.14.1_all.deb"
|
||||
#timeout: "{{ download_timeout }}" # Ansible's apt module doesn't support timeout parameter; that's ok as usbmount_0.0.14.1_all.deb is only 10KB
|
||||
when: internet_available and is_debian_9 and not is_raspbian_9
|
||||
when: internet_available and is_debian_9 or is_debian_10 and not is_raspbian_9
|
||||
|
||||
- name: "Install 7 deb/apt packages: avahi-daemon, avahi-discover, exfat-fuse, exfat-utils, inetutils-syslogd, libnss-mdns, wpasupplicant (debuntu)"
|
||||
package:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Which kiwix-tools to download from http://download.iiab.io/packages/
|
||||
# As obtained from http://download.kiwix.org/release/kiwix-tools/ or http://download.kiwix.org/nightly/
|
||||
|
||||
kiwix_version_armhf: "kiwix-tools_linux-armhf-0.8.0-2"
|
||||
kiwix_version_linux64: "kiwix-tools_linux-x86_64-0.8.0-2"
|
||||
kiwix_version_i686: "kiwix-tools_linux-i586-0.8.0-2"
|
||||
kiwix_version_armhf: "kiwix-tools_linux-armhf-0.9.0"
|
||||
kiwix_version_linux64: "kiwix-tools_linux-x86_64-0.9.0"
|
||||
kiwix_version_i686: "kiwix-tools_linux-i586-0.9.0"
|
||||
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
|
||||
# v0.9 for i686 published May 2014 ("use it to test legacy ZIM content")
|
||||
# v0.10 for i686 published Oct 2016 ("experimental") REPLACED IN EARLY 2018, thx to Matthieu Gautier:
|
||||
|
|
Loading…
Reference in a new issue