From df24536bcbb4814ebd9fe6d8da8c015e971d787c Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 7 Feb 2026 18:14:37 +0100 Subject: [PATCH] Add version pin to check_for_gh_release in Memos CT Prevents the update check from looking for versions newer than v0.25.3 --- ct/memos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/memos.sh b/ct/memos.sh index 32994e159..a1e15ff42 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "memos" "usememos/memos"; then + if check_for_gh_release "memos" "usememos/memos" "v0.25.3"; then msg_info "Stopping service" systemctl stop memos msg_ok "Service stopped"