From d717a8db1f6188013c7248f09b8f5862253c3e7f Mon Sep 17 00:00:00 2001 From: FutureCow Date: Sun, 15 Feb 2026 00:32:28 +0100 Subject: [PATCH] Update release tag extraction in papra.sh with the new 26.1 version @papra/docker@26.0.0 is changed to @papra/app@26.0.0 --- ct/papra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/papra.sh b/ct/papra.sh index 29c11adc1..5aad8db72 100644 --- a/ct/papra.sh +++ b/ct/papra.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - RELEASE=$(curl -fsSL https://api.github.com/repos/papra-hq/papra/releases | grep -oP '"tag_name":\s*"\K@papra/docker@[^"]+' | head -n1) + RELEASE=$(curl -fsSL https://api.github.com/repos/papra-hq/papra/releases | grep -oP '"tag_name":\s*"\K@papra/app@[^"]+' | head -n1) if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt 2>/dev/null)" ]] || [[ ! -f /opt/${APP}_version.txt ]]; then msg_info "Stopping Service" systemctl stop papra