mirror of
https://github.com/YunoHost-Apps/minidlna_ynh.git
synced 2024-09-03 19:36:34 +02:00
Fix argument for package check
This commit is contained in:
parent
fca547486f
commit
70811db89a
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
;; Test paquet stable
|
;; Test paquet stable
|
||||||
auto_remove=1
|
auto_remove=1
|
||||||
; Manifest
|
; Manifest
|
||||||
version="A. Version of the Debian repositories (recommended)"
|
version="A. Version of the Debian repositories - recommended"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
"en": "Select the minidlna version to install",
|
"en": "Select the minidlna version to install",
|
||||||
"fr": "Choix de la version de minidlna à installer"
|
"fr": "Choix de la version de minidlna à installer"
|
||||||
},
|
},
|
||||||
"choices": ["A. Version of the Debian repositories (recommended)", "B. Latest version available for Debian"],
|
"choices": ["A. Version of the Debian repositories - recommended", "B. Latest version available for Debian"],
|
||||||
"default": "A. Version of the Debian repositories (recommended)"
|
"default": "A. Version of the Debian repositories - recommended"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue