From d0fce392cbd5db344b433f40e7c24ce7d12d035a Mon Sep 17 00:00:00 2001 From: vhsdream Date: Fri, 12 Dec 2025 14:22:04 -0500 Subject: [PATCH] OpenCloud: fix release parsing in update --- ct/opencloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/opencloud.sh b/ct/opencloud.sh index 1a47f5293..78aadba47 100644 --- a/ct/opencloud.sh +++ b/ct/opencloud.sh @@ -40,7 +40,7 @@ function update_script() { $STD apt-get dist-upgrade msg_ok "Updated packages" - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "${RELEASE}" "/usr/bin" "opencloud-.*linux-amd64" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "${RELEASE}" "/usr/bin" "opencloud-*-linux-amd64" msg_info "Starting services" systemctl start opencloud opencloud-wopi