From 793caabaf2a19d6c8a3bccbd159aaf54127801c7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 28 Aug 2020 17:35:04 +0200 Subject: [PATCH] Fix remaining mention of Debian 9 --- install_manually.md | 6 +++++- install_manually_es.md | 4 ++++ install_manually_fr.md | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/install_manually.md b/install_manually.md index 41faa392..54bee66f 100644 --- a/install_manually.md +++ b/install_manually.md @@ -1,6 +1,10 @@ # Installing YunoHost manually -Once you have **Debian 9** (with **kernel >= 3.12**) and access to a command line on your server (either directly or through SSH), you can install yunohost by running command as root : +
+This procedure only works on **Debian 10** machines (with **kernel >= 3.12**)) +
+ +Once you have access to a command line on your server (either directly or through SSH), you can install yunohost by running command as root : ```bash curl https://install.yunohost.org | bash diff --git a/install_manually_es.md b/install_manually_es.md index 8f273361..a6c42109 100644 --- a/install_manually_es.md +++ b/install_manually_es.md @@ -1,5 +1,9 @@ # Instalar YunoHost manualmente +
+This procedure only works on **Debian 10** machines (with **kernel >= 3.12**)) +
+ Una vez que tienes acceso a tu servidor (directamente o con SSH), puedes instalar Yunohost ejecutando este comando como root : ```bash diff --git a/install_manually_fr.md b/install_manually_fr.md index 811372e5..101323ce 100644 --- a/install_manually_fr.md +++ b/install_manually_fr.md @@ -1,5 +1,9 @@ # Installer YunoHost manuellement +
+Cette procédure fonctionne seulement sur des machines avec **Debian 10** (et **kernel >= 3.12**)) +
+ Une fois que vous avez accès à votre serveur (directement ou par SSH), vous pouvez installer YunoHost en exécutant cette commande en tant que root : ```bash