mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
commit
0a630942c6
5 changed files with 6 additions and 12 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Daily automatic upgrades
|
Daily automatic upgrades
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh5
|
**Shipped version:** 1.0~ynh6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Mise à jour automatique quotidienne
|
Mise à jour automatique quotidienne
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh5
|
**Version incluse :** 1.0~ynh6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = "0.1"
|
version = "1.0"
|
||||||
name = "Unattended-upgrades configuration panel"
|
name = "Unattended-upgrades configuration panel"
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Daily automatic upgrades",
|
"en": "Daily automatic upgrades",
|
||||||
"fr": "Mise à jour automatique quotidienne"
|
"fr": "Mise à jour automatique quotidienne"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh5",
|
"version": "1.0~ynh6",
|
||||||
"url": "https://wiki.debian.org/UnattendedUpgrades",
|
"url": "https://wiki.debian.org/UnattendedUpgrades",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
"email": "maniackc_dev@crudelis.fr"
|
"email": "maniackc_dev@crudelis.fr"
|
||||||
}],
|
}],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [],
|
"services": [],
|
||||||
|
|
|
@ -226,10 +226,4 @@ apply_config() {
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT
|
ynh_app_config_run $1
|
||||||
#=================================================
|
|
||||||
|
|
||||||
case $1 in
|
|
||||||
show) show_config;;
|
|
||||||
apply) apply_config;;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue