Simpler curl|bash syntax for manual install

This commit is contained in:
Alexandre Aubin 2018-12-18 16:55:01 +01:00
parent 801b36a1b4
commit 745ec4457e
2 changed files with 4 additions and 4 deletions

View file

@ -3,10 +3,10 @@
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 :
```bash
bash <(wget -q -O- https://install.yunohost.org/)
curl https://install.yunohost.org | bash
```
<small>*(If `wget` is not installed on your system, you might need to install it with `apt install wget`. Otherwise, if the command does not do anything, you might want to `apt install ca-certificates`)*</small>
<small>*(If `curl` is not installed on your system, you might need to install it with `apt install curl`. Otherwise, if the command does not do anything, you might want to `apt install ca-certificates`)*</small>
Once the installation is finished, you may want to [**proceed to post-installation**](/postinstall)

View file

@ -3,10 +3,10 @@
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 :
```bash
bash <(wget -q -O- https://install.yunohost.org/)
curl https://install.yunohost.org | bash
```
<small>*(Si `wget` n'est pas installé sur votre système, il vous faudra peut-être l'installer avec `apt install wget`. 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, sinon 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)