From a6d637456d6bae6ceb051414a475b887b57c8e32 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Tue, 2 Dec 2025 19:24:27 +0545 Subject: [PATCH] fix the link in quickstart script for itself see also https://docs.opencloud.eu/docs/admin/intro#quick-start --- 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 a36e91fef6..874cb409d4 100755 --- a/deployments/examples/bare-metal-simple/install.sh +++ b/deployments/examples/bare-metal-simple/install.sh @@ -11,7 +11,7 @@ set -euo pipefail # OC_VERSION: Version to download, e.g. OC_VERSION="1.2.0" # Call this script directly from opencloud: -# curl -L https://opencloud.eu/quickinstall.sh | /bin/bash +# curl -L https://opencloud.eu/install | /bin/bash # This function is borrowed from openSUSEs /usr/bin/old, thanks. function backup_file () {