Separate steps in a list for curl|bash install on VPS

This commit is contained in:
Alexandre Aubin 2021-02-11 02:17:16 +01:00
parent 08590cbf3e
commit 4106ef1268

View file

@ -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