Merge pull request #424 from SysVoid/patch-2

Less installation steps.
This commit is contained in:
Serghey Rodin 2015-10-22 16:55:07 +03:00
commit 6b96058e7f

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