diff --git a/docs/xoa.md b/docs/xoa.md index 052c7e9d8..08c0d3a0a 100644 --- a/docs/xoa.md +++ b/docs/xoa.md @@ -61,7 +61,7 @@ Please only use this if you have issues with [the default way to deploy XOA](ins Alternatively, you can deploy it by connecting to your XenServer host and executing the following: ``` -bash -c "$(curl -sS https://xoa.io/deploy)" +bash -c "$(wget -qO- https://xoa.io/deploy)" ``` :::tip @@ -78,7 +78,7 @@ curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protoc It means that the secure HTTPS protocol is not supported, you can bypass this using the unsecure command instead: ``` -bash -c "$(curl -sS http://xoa.io/deploy)" +bash -c "$(wget -qO- http://xoa.io/deploy)" ``` ::: diff --git a/docs/xosan.md b/docs/xosan.md index f686630e6..35094fb40 100644 --- a/docs/xosan.md +++ b/docs/xosan.md @@ -318,7 +318,7 @@ XOSAN is a 100% software defined solution for XenServer hyperconvergence. You ca You will need to be registered on our website in order to use Xen Orchestra. If you are not yet registered, [here is the way](https://xen-orchestra.com/#!/signup) -SSH in your XenServer and use the command line `bash -c "$(curl -sS https://xoa.io/deploy)"` - it will deploy Xen Orchestra Appliance on your XenServer infrastructure which is required to use XOSAN. +SSH in your XenServer and use the command line `bash -c "$(wget -qO- https://xoa.io/deploy)"` - it will deploy Xen Orchestra Appliance on your XenServer infrastructure which is required to use XOSAN. > Note: You can also download the XVA file and follow [these instructions](https://xen-orchestra.com/docs/xoa.html#the-alternative).