From 4106ef1268a2906be34425635faae450038b8448 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 11 Feb 2021 02:17:16 +0100 Subject: [PATCH] Separate steps in a list for curl|bash install on VPS --- pages/01.administrate/05.install/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/01.administrate/05.install/install.md b/pages/01.administrate/05.install/install.md index ee39e12c..9f8d8fc1 100644 --- a/pages/01.administrate/05.install/install.md +++ b/pages/01.administrate/05.install/install.md @@ -411,7 +411,9 @@ You should see a screen like this: {% elseif vps_debian %} ## [fa=rocket /] Run the install script -Once you have access to a command line on your server (either directly or [through SSH](/ssh)), you can install YunoHost by running (as root) : +- Open a command line prompt on your server (either directly or [through SSH](/ssh)) +- Make sure you are root (or type `sudo -i` to become root) +- Run the following command: ```bash curl https://install.yunohost.org | bash