From 8a81696ed9a47032ff98b5fa35f572debcfd7ad2 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 17 Jul 2026 14:22:56 +0200 Subject: [PATCH] add cmake for update --- ct/affine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/affine.sh b/ct/affine.sh index 036730edc..1480c2a99 100644 --- a/ct/affine.sh +++ b/ct/affine.sh @@ -36,6 +36,8 @@ function update_script() { systemctl stop affine-web affine-worker msg_ok "Stopped Services" + ensure_dependencies cmake + create_backup /root/.affine/config /root/.affine/storage CLEAN_INSTALL=1 fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "${RELEASE}" "/opt/affine"