1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update manifest.json to add non-free option

This commit is contained in:
Mickael-Martin 2019-03-01 11:36:17 +01:00
parent 78ec23008b
commit 5730e054eb

View file

@ -73,6 +73,15 @@
"choices": ["fr", "en"],
"default": "en"
}
{
"name": "accept_licence_non-free",
"type": "boolean",
"ask": {
"en": "This app can use non-free repo to install snmp-mibs-downloader package (help on OID resultion), do you want install this package ?",
"fr": "Cette application peut utiliser le repo non-free pour installer snmp-mibs-downloader (qui aide à la résolution des OID), souhaitez vous installez ce packet ?"
},
"default": false
}
]
}
}