Adapt to new artifact filename format for pocket id (#15689)

* Adapt to new artifact filename format for pocket id

* adapt pocket id install to new artifact filename format as well
This commit is contained in:
wollew
2026-07-10 20:47:58 +02:00
committed by GitHub
parent f4e0111ac0
commit 92c4fb45a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ function update_script() {
cp /opt/pocket-id/.env /opt/env
fi
fetch_and_deploy_gh_release "pocket-id" "pocket-id/pocket-id" "singlefile" "latest" "/opt/pocket-id/" "pocket-id-linux-$(arch_resolve)"
fetch_and_deploy_gh_release "pocket-id" "pocket-id/pocket-id" "singlefile" "latest" "/opt/pocket-id/" "pocket-id_linux_$(arch_resolve)"
mv /opt/env /opt/pocket-id/.env
msg_info "Starting Service"