diff --git a/deployments/examples/bare-metal-simple/README.md b/deployments/examples/bare-metal-simple/README.md index 6fbf8c7eb..cc52dc7f1 100644 --- a/deployments/examples/bare-metal-simple/README.md +++ b/deployments/examples/bare-metal-simple/README.md @@ -31,9 +31,9 @@ to download. If not set, there is a reasonable default. Call ``` -OC_VERSION="1.0.0" ./install.sh +OC_VERSION="2.0.0" ./install.sh ``` -to install the OpenCloud version 1.0.0 +to install the OpenCloud version 2.0.0 There is also a hosted version of this script that makes it even easier: diff --git a/deployments/examples/bare-metal-simple/install.sh b/deployments/examples/bare-metal-simple/install.sh index e5594e72e..e0cd69c86 100755 --- a/deployments/examples/bare-metal-simple/install.sh +++ b/deployments/examples/bare-metal-simple/install.sh @@ -37,7 +37,7 @@ function backup_file () { # URL pattern of the download file # https://github.com/opencloud-eu/opencloud/releases/download/v1.0.0/opencloud-1.0.0-linux-amd64 -dlversion="${OC_VERSION:-1.1.0}" +dlversion="${OC_VERSION:-2.0.0}" dlurl="https://github.com/opencloud-eu/opencloud/releases/download/v${dlversion}/" sandbox="opencloud-sandbox-${dlversion}"