Bump opencloud version in bare-metal-simple script

This commit is contained in:
Klaas Freitag
2025-03-20 15:30:05 +01:00
committed by Klaas Freitag
parent 858dd4110f
commit 5953f950ef

View File

@@ -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}"