|
@@ -13,12 +13,18 @@ Connect to your server as root via SSH
|
|
|
ssh root@your.server
|
|
ssh root@your.server
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-Download the installation script
|
|
|
|
|
|
|
+Download the installation script, and run it:
|
|
|
```bash
|
|
```bash
|
|
|
-curl -O http://vestacp.com/pub/vst-install.sh
|
|
|
|
|
|
|
+curl http://vestacp.com/pub/vst-install.sh | bash
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
-Run it
|
|
|
|
|
|
|
+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
|
|
|
|
|
+```
|
|
|
|
|
+Then run it:
|
|
|
```bash
|
|
```bash
|
|
|
bash vst-install.sh
|
|
bash vst-install.sh
|
|
|
```
|
|
```
|