From 026ed2c0422e815ec2694fe99519983f12ead1cd Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:13:55 +0100 Subject: [PATCH] Update manifest.toml: we do need a "permission" block for hotspot otherwise there's no permission at all and the label can't be stored? --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index a54c1b6..066af81 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,6 +47,8 @@ ram.runtime = "50M" [resources] [resources.system_user] + [resources.permissions] + [resources.apt] packages = "sipcalc, hostapd, iw, kmod" packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true'