From 93f99733f520133012b43b558c6e35be0fffbde2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 27 Nov 2023 23:01:30 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20stupid=20toml=20multiline=20string=20pars?= =?UTF-8?q?ing=20issue...=20=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index db31176..ddbac22 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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....