diff --git a/ct/immich.sh b/ct/immich.sh index 5e9937cb4..cbe06f122 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -105,8 +105,8 @@ EOF msg_ok "Image-processing libraries up to date" fi - RELEASE="2.5.3" - if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then + RELEASE="2.5.5" + if check_for_gh_release "Immich" "immich-app/immich" "${RELEASE}"; then if [[ $(cat ~/.immich) > "2.5.1" ]]; then msg_info "Enabling Maintenance Mode" cd /opt/immich/app/bin @@ -161,7 +161,7 @@ EOF ) setup_uv - CLEAN_INSTALL=1 fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v${RELEASE}" "$SRC_DIR" + CLEAN_INSTALL=1 fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v${RELEASE}" "$SRC_DIR" PNPM_VERSION="$(jq -r '.packageManager | split("@")[1]' ${SRC_DIR}/package.json)" NODE_VERSION="24" NODE_MODULE="pnpm@${PNPM_VERSION}" setup_nodejs @@ -248,6 +248,7 @@ EOF msg_ok "Disabled Maintenance Mode" fi systemctl restart immich-ml immich-web + [[ -f /etc/systemd/system/immich-proxy.service ]] && systemctl restart immich-proxy msg_ok "Updated successfully!" fi exit diff --git a/install/immich-install.sh b/install/immich-install.sh index 16fb9aad3..09fb961ff 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -289,7 +289,7 @@ ML_DIR="${APP_DIR}/machine-learning" GEO_DIR="${INSTALL_DIR}/geodata" mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache} -fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.5.3" "$SRC_DIR" +fetch_and_deploy_gh_release "Immich" "immich-app/immich" "tarball" "v2.5.5" "$SRC_DIR" PNPM_VERSION="$(jq -r '.packageManager | split("@")[1]' ${SRC_DIR}/package.json)" NODE_VERSION="24" NODE_MODULE="pnpm@${PNPM_VERSION}" setup_nodejs