Update README.md to use HTTPS

Updating readme as new Vesta server requires HTTPS, otherwise installers get a 301 redirect.
This commit is contained in:
Rafael G. Martins 2024-07-02 13:34:58 +10:00 committed by GitHub
parent f978badd95
commit 2a91899846
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ ssh root@your.server
Download the installation script, and run it: Download the installation script, and run it:
```bash ```bash
curl http://vestacp.com/pub/vst-install.sh | bash curl https://vestacp.com/pub/vst-install.sh | bash
``` ```
How to install (3 step) How to install (3 step)
@ -31,7 +31,7 @@ ssh root@your.server
Download the installation script: Download the installation script:
```bash ```bash
curl -O http://vestacp.com/pub/vst-install.sh curl -O https://vestacp.com/pub/vst-install.sh
``` ```
Then run it: Then run it:
```bash ```bash
@ -40,5 +40,5 @@ bash vst-install.sh
License License
---------------------------- ----------------------------
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license Vesta is licensed under [GPL v3 ](https://github.com/outroll/vesta/blob/master/LICENSE) license