From 745ec4457e81caf4456630cd4922d9d3b2bf2abc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 18 Dec 2018 16:55:01 +0100 Subject: [PATCH] Simpler curl|bash syntax for manual install --- install_manually.md | 4 ++-- install_manually_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install_manually.md b/install_manually.md index f4dd464a..41faa392 100644 --- a/install_manually.md +++ b/install_manually.md @@ -3,10 +3,10 @@ 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 : ```bash -bash <(wget -q -O- https://install.yunohost.org/) +curl https://install.yunohost.org | bash ``` -*(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`)* +*(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`)* Once the installation is finished, you may want to [**proceed to post-installation**](/postinstall) diff --git a/install_manually_fr.md b/install_manually_fr.md index 97622e80..0cdff39c 100644 --- a/install_manually_fr.md +++ b/install_manually_fr.md @@ -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 ``` -*(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`)* +*(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`)* Une fois l'installation terminée, il vous faudra [**procéder à la post-installation**](/postinstall)