1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Fix stupid toml multiline string parsing issue... ²

This commit is contained in:
Alexandre Aubin 2023-11-27 23:01:30 +01:00
parent 24067faa53
commit 93f99733f5

View file

@ -51,9 +51,10 @@ ram.runtime = "50M"
packages = "sipcalc, hostapd, iw, kmod"
packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true'
extras.nonfree.repo = "deb http://deb.debian.org/debian bullseye non-free"
extras.nonfree.key = "https://ftp-master.debian.org/keys/archive-key-11.asc"
extras.nonfree.packages_from_raw_bash = """
[resources.apt.extras.nonfree]
repo = "deb http://deb.debian.org/debian bullseye non-free"
key = "https://ftp-master.debian.org/keys/archive-key-11.asc"
packages_from_raw_bash = """
# Proprietary USB Wireless Device firmwares, based on https://wiki.debian.org/WiFi#USB_Devices
if [[ "$firmware_nonfree" -eq 1 ]]; then
# if armbian-firmware is detected, we dont include ra-link which is known to conflict....