mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
firmware_nonfree is now a boolean
This commit is contained in:
parent
16b705afde
commit
690c7aa1e1
2 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
wifi_ssid="myNeutralNetwork"
|
wifi_ssid="myNeutralNetwork"
|
||||||
wifi_passphrase="VhegT8oev0jZI" (PASSWORD)
|
wifi_passphrase="VhegT8oev0jZI" (PASSWORD)
|
||||||
firmware_nonfree="no"
|
firmware_nonfree=0
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
@ -33,4 +33,4 @@
|
||||||
Level 7=auto
|
Level 7=auto
|
||||||
Level 8=0
|
Level 8=0
|
||||||
Level 9=0
|
Level 9=0
|
||||||
Level 10=0
|
Level 10=0
|
||||||
|
|
|
@ -64,14 +64,12 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firmware_nonfree",
|
"name": "firmware_nonfree",
|
||||||
"type": "string",
|
"type": "boolean",
|
||||||
"choice": ["yes", "no"],
|
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Install non-free firmwares - in addition to the free ones - for the wifi dongle (yes/no)",
|
"en": "Install non-free firmwares - in addition to the free ones - for the wifi dongle (yes/no)",
|
||||||
"fr": "Installer des firmwares non-libres (en plus des libres) pour la clé USB wifi (yes/no)"
|
"fr": "Installer des firmwares non-libres (en plus des libres) pour la clé USB wifi (yes/no)"
|
||||||
},
|
},
|
||||||
"example": "yes",
|
"default": true
|
||||||
"default": "yes"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue