Immich: unpin release; use fetch & deploy function for update (#5355)

This commit is contained in:
Chris
2025-06-22 08:07:25 -04:00
committed by GitHub
parent c684472cb4
commit a2b8a87cc4
2 changed files with 108 additions and 110 deletions

View File

@ -282,7 +282,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
mkdir -p "$INSTALL_DIR"
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${ML_DIR}","${INSTALL_DIR}"/cache}
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v1.135.0" "$SRC_DIR"
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "latest" "$SRC_DIR"
msg_info "Installing ${APPLICATION} (more patience please)"