From 5730e054ebac2c00d39243c01647c1152a7693dd Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 1 Mar 2019 11:36:17 +0100 Subject: [PATCH] Update manifest.json to add non-free option --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ef43492..a418f5a 100644 --- a/manifest.json +++ b/manifest.json @@ -65,7 +65,7 @@ }, { "name": "language", - "type": "string", + "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" @@ -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 + } ] } }