mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
15 lines
280 B
TOML
15 lines
280 B
TOML
|
test_format = 1.0
|
||
|
|
||
|
[default]
|
||
|
|
||
|
args.wifi_passphrase = "!abcDEF01234"
|
||
|
args.firmware_nonfree = "no"
|
||
|
|
||
|
test_upgrade_from.539a1f26.name = "Pre 2.0"
|
||
|
|
||
|
[with_nonfree]
|
||
|
|
||
|
args.wifi_passphrase = "!abcDEF01234"
|
||
|
args.firmware_nonfree = "yes"
|
||
|
only = ["install.nourl"]
|