mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
alternate way to download installation script
This commit is contained in:
parent
cc43846be2
commit
dca2b4acb5
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -8,17 +8,21 @@
|
||||||
|
|
||||||
How to install
|
How to install
|
||||||
----------------------------
|
----------------------------
|
||||||
# Connect to your server as root via SSH
|
Connect to your server as root via SSH
|
||||||
```bash
|
```bash
|
||||||
ssh root@your.server
|
ssh root@your.server
|
||||||
```
|
```
|
||||||
|
|
||||||
# Download installation script
|
Download installation script
|
||||||
|
```bash
|
||||||
|
curl -O http://vestacp.com/pub/vst-install.sh
|
||||||
|
```
|
||||||
|
or download it using wget
|
||||||
```bash
|
```bash
|
||||||
wget http://vestacp.com/pub/vst-install.sh
|
wget http://vestacp.com/pub/vst-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
#Run it
|
Run it
|
||||||
```bash
|
```bash
|
||||||
bash vst-install.sh
|
bash vst-install.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue