OpenCloud: fix release parsing in update

This commit is contained in:
vhsdream 2025-12-12 14:22:04 -05:00
parent 5571eb2973
commit d0fce392cb

View File

@ -40,7 +40,7 @@ function update_script() {
$STD apt-get dist-upgrade $STD apt-get dist-upgrade
msg_ok "Updated packages" 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" msg_info "Starting services"
systemctl start opencloud opencloud-wopi systemctl start opencloud opencloud-wopi