mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
commit
854fd3b4e2
3 changed files with 4 additions and 1 deletions
|
@ -31,13 +31,14 @@
|
|||
line: 'include btcfg.txt'
|
||||
when: is_ubuntu
|
||||
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill'
|
||||
- name: 'Ensure packages are installed: dphys-swapfile, fake-hwclock, iw, rfkill, wireless-tools'
|
||||
package:
|
||||
name:
|
||||
- dphys-swapfile
|
||||
- fake-hwclock
|
||||
- iw
|
||||
- rfkill
|
||||
- wireless-tools
|
||||
state: present
|
||||
|
||||
- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails
|
||||
|
|
|
@ -13,6 +13,7 @@ gitea_version: 1.11.3
|
|||
iset_suffixes:
|
||||
i386: 386
|
||||
x86_64: amd64
|
||||
aarch64: arm64
|
||||
armv6l: arm-6
|
||||
armv7l: arm-6 # "arm-7" used to work, but no longer since 2019-04-20's Gitea 1.8.0: https://github.com/iiab/iiab/issues/1673 https://github.com/iiab/iiab/pull/1713 -- 2019-07-31: ARM7 support will return at some point, according to: https://github.com/go-gitea/gitea/pull/7037#issuecomment-516735216 (what about ARM8 support for RPi 4?)
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
- python3-bcrypt # 2019-10-14: Should work across modern Linux OS's
|
||||
#- bcrypt does not exist on Ubuntu 19.10
|
||||
- libffi-dev
|
||||
- libjpeg-dev
|
||||
- libssl-dev
|
||||
- libopenjp2-7 # 2020-02-01: To solve bug #2221
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue