Less installation steps.

I prefer installing like this, so I assume other will.
This commit is contained in:
System Void 2015-08-04 15:22:06 +01:00
parent 283c71a672
commit 0a32d520fc

View file

@ -13,12 +13,18 @@ Connect to your server as root via SSH
ssh root@your.server
```
Download the installation script
Download the installation script, and run it:
```bash
curl http://vestacp.com/pub/vst-install.sh | bash
```
If the above example does not work, try this 2 step method:
Download the installation script:
```bash
curl -O http://vestacp.com/pub/vst-install.sh
```
Run it
Then run it:
```bash
bash vst-install.sh
```