We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07db9c5 + 0a32d52 commit 6b96058Copy full SHA for 6b96058
README.md
@@ -13,12 +13,18 @@ Connect to your server as root via SSH
13
ssh root@your.server
14
```
15
16
-Download the installation script
+Download the installation script, and run it:
17
```bash
18
-curl -O http://vestacp.com/pub/vst-install.sh
+curl http://vestacp.com/pub/vst-install.sh | bash
19
20
21
-Run it
+If the above example does not work, try this 2 step method:
22
+
23
+Download the installation script:
24
+```bash
25
+curl -O http://vestacp.com/pub/vst-install.sh
26
+```
27
+Then run it:
28
29
bash vst-install.sh
30
0 commit comments