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:
parent
81a315df66
commit
026ed2c042
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
[resources.permissions]
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "sipcalc, hostapd, iw, kmod"
|
packages = "sipcalc, hostapd, iw, kmod"
|
||||||
packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true'
|
packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue