Browse Source

Fix stupid toml multiline string parsing issue... ²

Alexandre Aubin 1 year ago
parent
commit
93f99733f5
1 changed files with 4 additions and 3 deletions
  1. 4 3
      manifest.toml

+ 4 - 3
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....