File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 77* HestiaCP has a clean and focused interface without the clutter.
88* HestiaCP has the latest of very innovative technologies.
99
10- How to install (2 step)
10+ How to install
1111----------------------------
1212Connect to your server as root via SSH
1313``` bash
1414ssh root@your.server
1515```
1616
17- Download the installation script, and run it:
18- ``` bash
19- curl http://apt.hestiacp.com/vst-install.sh | bash
20- ```
21-
22- How to install (3 step)
23- ----------------------------
24- If the above example does not work, try this 3 step method:
25- Connect to your server as root via SSH
26- ``` bash
27- ssh root@your.server
28- ```
29-
3017Download the installation script:
3118``` bash
32- curl -O http ://apt.hestiacp .com/vst -install.sh
19+ wget https ://raw.githubusercontent .com/hestiacp/hestiacp/master/install/hst -install.sh
3320```
3421Then run it:
3522``` bash
36- bash vst -install.sh
23+ bash hst -install.sh
3724```
3825
3926License
You can’t perform that action at this time.
0 commit comments