mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Separate steps in a list for curl|bash install on VPS
This commit is contained in:
parent
08590cbf3e
commit
4106ef1268
1 changed files with 3 additions and 1 deletions
|
@ -411,7 +411,9 @@ You should see a screen like this:
|
||||||
{% elseif vps_debian %}
|
{% elseif vps_debian %}
|
||||||
## [fa=rocket /] Run the install script
|
## [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
|
```bash
|
||||||
curl https://install.yunohost.org | bash
|
curl https://install.yunohost.org | bash
|
||||||
|
|
Loading…
Reference in a new issue