fix(deploy): remove HTTPS because of XS brain damage regarding HTTP libs

This commit is contained in:
Olivier Lambert 2017-05-18 16:52:16 +02:00
parent 61206a3610
commit 58f2ec91fb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ It aims to be easy to use on any device supporting modern web technologies (HTML
SSH on your XenServer, and execute this:
```
# bash -c "$(curl -s https://xoa.io/deploy)"
bash -c "$(curl -s http://xoa.io/deploy)"
```
### XOA credentials

View File

@ -25,7 +25,7 @@ For usage on huge infrastructure (more than 500+ VMs), feel free to raise the RA
SSH on your XenServer, and execute this:
```
# bash -c "$(curl -s https://xoa.io/deploy)"
bash -c "$(curl -s http://xoa.io/deploy)"
```
And follow instructions: