mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix remaining mention of Debian 9
This commit is contained in:
parent
ade5e22e75
commit
793caabaf2
3 changed files with 13 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Installing YunoHost manually
|
# Installing YunoHost manually
|
||||||
|
|
||||||
Once you have **Debian 9** <small>(with **kernel >= 3.12**)</small> and access to a command line on your server (either directly or through SSH), you can install yunohost by running command as root :
|
<div class="alert alert-info">
|
||||||
|
This procedure only works on **Debian 10** machines <small>(with **kernel >= 3.12**)</small>)
|
||||||
|
</div>
|
||||||
|
|
||||||
|
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
|
```bash
|
||||||
curl https://install.yunohost.org | bash
|
curl https://install.yunohost.org | bash
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Instalar YunoHost manualmente
|
# Instalar YunoHost manualmente
|
||||||
|
|
||||||
|
<div class="alert alert-info">
|
||||||
|
This procedure only works on **Debian 10** machines <small>(with **kernel >= 3.12**)</small>)
|
||||||
|
</div>
|
||||||
|
|
||||||
Una vez que tienes acceso a tu servidor (directamente o con SSH), puedes instalar Yunohost ejecutando este comando como root :
|
Una vez que tienes acceso a tu servidor (directamente o con SSH), puedes instalar Yunohost ejecutando este comando como root :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Installer YunoHost manuellement
|
# Installer YunoHost manuellement
|
||||||
|
|
||||||
|
<div class="alert alert-info">
|
||||||
|
Cette procédure fonctionne seulement sur des machines avec **Debian 10** <small>(et **kernel >= 3.12**)</small>)
|
||||||
|
</div>
|
||||||
|
|
||||||
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 :
|
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
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue