From 58f2ec91fbdb26aef8b53109b144d1f5131dac1c Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Thu, 18 May 2017 16:52:16 +0200 Subject: [PATCH] fix(deploy): remove HTTPS because of XS brain damage regarding HTTP libs --- docs/README.md | 2 +- docs/xoa.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 285df2d8f..26bbf88ce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/xoa.md b/docs/xoa.md index 7162e78ab..d78284569 100644 --- a/docs/xoa.md +++ b/docs/xoa.md @@ -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: