add TAG mode in tools.func fetch_and_deploy

This commit is contained in:
CanbiZ (MickLesk)
2026-01-29 08:50:12 +01:00
parent 40124eae6d
commit 36eaaea69b
3 changed files with 154 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
mkdir -p "$INSTALL_DIR"
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.5.0" "$SRC_DIR"
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tag" "v2.5.2" "$SRC_DIR"
msg_info "Installing Immich (patience)"