From 5953f950efce46d0fbdebf4752ab52abf86d9ac9 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 20 Mar 2025 15:30:05 +0100 Subject: [PATCH] Bump opencloud version in bare-metal-simple script --- deployments/examples/bare-metal-simple/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/examples/bare-metal-simple/install.sh b/deployments/examples/bare-metal-simple/install.sh index 90fe293e2c..e5594e72eb 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.0.0}" +dlversion="${OC_VERSION:-1.1.0}" dlurl="https://github.com/opencloud-eu/opencloud/releases/download/v${dlversion}/" sandbox="opencloud-sandbox-${dlversion}"