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

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?

This commit is contained in:
Alexandre Aubin 2024-03-29 22:13:55 +01:00 committed by GitHub
parent 81a315df66
commit 026ed2c042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'