From f08e3e073d4c4fbaa94324f69d27c394ce8461fd Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Wed, 5 Mar 2025 10:14:24 +0100 Subject: [PATCH] Remove the oc- prefix in the README --- deployments/examples/bare-metal-simple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/examples/bare-metal-simple/README.md b/deployments/examples/bare-metal-simple/README.md index 8e58744bc3..6fbf8c7eb5 100644 --- a/deployments/examples/bare-metal-simple/README.md +++ b/deployments/examples/bare-metal-simple/README.md @@ -39,6 +39,6 @@ There is also a hosted version of this script that makes it even easier: ``` -curl -L https://opencloud.eu/oc-install.sh | bash -x +curl -L https://opencloud.eu/install.sh | bash -x ```