From 01cd18a26e798a273d2915ae41157b6393fae226 Mon Sep 17 00:00:00 2001 From: blackteaextract <56299795+blackteaextract@users.noreply.github.com> Date: Fri, 3 Oct 2025 19:57:00 +0200 Subject: [PATCH] Update opencloud-install.sh updated url --- install/opencloud-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/opencloud-install.sh b/install/opencloud-install.sh index 59f15950..f369eee8 100644 --- a/install/opencloud-install.sh +++ b/install/opencloud-install.sh @@ -56,7 +56,7 @@ msg_ok "Installed ${APPLICATION}" msg_info "Configuring ${APPLICATION}" curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/csp.yaml -o "$CONFIG_DIR"/csp.yaml -curl -fsSL https://github.com/opencloud-eu/opencloud/raw/refs/heads/main/deployments/examples/opencloud_full/config/opencloud/proxy.yaml -o "$CONFIG_DIR"/proxy.yaml.bak +curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/proxy.yaml -o "$CONFIG_DIR"/proxy.yaml.bak cat <"$ENV_FILE" OC_URL=https://${OC_HOST}