Skip to content

Commit ae6ca4d

Browse files
authored
Immich: bump version to 2.0.1 (#8090)
1 parent dfdf8c0 commit ae6ca4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/immich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function update_script() {
7474
done
7575
msg_ok "Image-processing libraries up to date"
7676
fi
77-
RELEASE="2.0.0"
77+
RELEASE="2.0.1"
7878
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
7979
msg_info "Stopping Services"
8080
systemctl stop immich-web

install/immich-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ GEO_DIR="${INSTALL_DIR}/geodata"
272272
mkdir -p "$INSTALL_DIR"
273273
mkdir -p {"${APP_DIR}","${UPLOAD_DIR}","${GEO_DIR}","${INSTALL_DIR}"/cache}
274274

275-
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.0.0" "$SRC_DIR"
275+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.0.1" "$SRC_DIR"
276276

277277
msg_info "Installing ${APPLICATION} (patience)"
278278

0 commit comments

Comments
 (0)