fix(deploy): remove HTTPS because of XS brain damage regarding HTTP libs
This commit is contained in:
parent
61206a3610
commit
58f2ec91fb
@ -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:
|
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
|
### XOA credentials
|
||||||
|
@ -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:
|
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:
|
And follow instructions:
|
||||||
|
Loading…
Reference in New Issue
Block a user