mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
executant Autrement, si*
This commit is contained in:
parent
15f6b2dce2
commit
42ec1cbde3
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Installer YunoHost manuellement
|
# Installer YunoHost manuellement
|
||||||
|
|
||||||
Une fois que vous avez accès à votre serveur (directement ou par SSH), vous pouvez installer YunoHost en executant 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
|
||||||
curl https://install.yunohost.org | bash
|
curl https://install.yunohost.org | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
<small>*(Si `bash` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install bash`. Autrement, sinon la commande n'affiche rien du tout, vous pouvez tenter `apt install ca-certificates`)*</small>
|
<small>*(Si `bash` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install bash`. Autrement, si la commande n'affiche rien du tout, vous pouvez tenter `apt install ca-certificates`)*</small>
|
||||||
|
|
||||||
Une fois l'installation terminée, il vous faudra [**procéder à la post-installation**](/postinstall)
|
Une fois l'installation terminée, il vous faudra [**procéder à la post-installation**](/postinstall)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue