mirror of
https://github.com/YunoHost-Apps/unattended_upgrades_ynh.git
synced 2024-10-01 13:35:00 +02:00
Auto-update README
This commit is contained in:
parent
0a630942c6
commit
3ffbf915d0
2 changed files with 28 additions and 26 deletions
21
README.md
21
README.md
|
@ -5,7 +5,8 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# Unattended-upgrades for YunoHost
|
# Unattended-upgrades for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/unattended_upgrades)  
|
[](https://dash.yunohost.org/appci/app/unattended_upgrades)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=unattended_upgrades)
|
[](https://install-app.yunohost.org/?app=unattended_upgrades)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
@ -18,9 +19,6 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Daily automatic upgrades
|
Daily automatic upgrades
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh6
|
**Shipped version:** 1.0~ynh6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@ -36,21 +34,22 @@ With its cron file
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://wiki.debian.org/UnattendedUpgrades
|
* Official app website: <https://wiki.debian.org/UnattendedUpgrades>
|
||||||
* Official user documentation: https://manpages.debian.org/stretch/apticron/apticron.1.en.html
|
* Official user documentation: <https://manpages.debian.org/stretch/apticron/apticron.1.en.html>
|
||||||
* Official admin documentation: https://wiki.debian.org/UnattendedUpgrades
|
* Official admin documentation: <https://wiki.debian.org/UnattendedUpgrades>
|
||||||
* YunoHost documentation for this app: https://yunohost.org/app_unattended_upgrades
|
* YunoHost Store: <https://apps.yunohost.org/app/unattended_upgrades>
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues
|
* Report a bug: <https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
33
README_fr.md
33
README_fr.md
|
@ -1,22 +1,24 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Unattended-upgrades pour YunoHost
|
# Unattended-upgrades pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/unattended_upgrades)  
|
[](https://dash.yunohost.org/appci/app/unattended_upgrades)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=unattended_upgrades)
|
[](https://install-app.yunohost.org/?app=unattended_upgrades)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Unattended-upgrades rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer Unattended-upgrades rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Mise à jour automatique quotidienne
|
Mise à jour automatique quotidienne
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh6
|
**Version incluse :** 1.0~ynh6
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
@ -32,21 +34,22 @@ Avec son cron
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://wiki.debian.org/UnattendedUpgrades
|
* Site officiel de l’app : <https://wiki.debian.org/UnattendedUpgrades>
|
||||||
* Documentation officielle utilisateur : https://manpages.debian.org/stretch/apticron/apticron.1.en.html
|
* Documentation officielle utilisateur : <https://manpages.debian.org/stretch/apticron/apticron.1.en.html>
|
||||||
* Documentation officielle de l'admin : https://wiki.debian.org/UnattendedUpgrades
|
* Documentation officielle de l’admin : <https://wiki.debian.org/UnattendedUpgrades>
|
||||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_unattended_upgrades
|
* YunoHost Store: <https://apps.yunohost.org/app/unattended_upgrades>
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues
|
* Signaler un bug : <https://github.com/YunoHost-Apps/unattended_upgrades_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing).
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
|
||||||
|
``` bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
sudo yunohost app upgrade unattended_upgrades -u https://github.com/YunoHost-Apps/unattended_upgrades_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
Loading…
Add table
Reference in a new issue