Skip to content

Commit 2a765f5

Browse files
authored
Immich: bump version to 2.0.0 stable (#8041)
1 parent 8dfb632 commit 2a765f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ct/immich.sh

Lines changed: 2 additions & 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="1.144.1"
77+
RELEASE="2.0.0"
7878
if check_for_gh_release "immich" "immich-app/immich" "${RELEASE}"; then
7979
msg_info "Stopping Services"
8080
systemctl stop immich-web
@@ -191,6 +191,7 @@ EOF
191191
msg_info "Cleaning up"
192192
$STD apt-get -y autoremove
193193
$STD apt-get -y autoclean
194+
$STD apt clean -y
194195
msg_ok "Cleaned"
195196
systemctl restart immich-ml immich-web
196197
fi

install/immich-install.sh

Lines changed: 2 additions & 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" "v1.144.1" "$SRC_DIR"
275+
fetch_and_deploy_gh_release "immich" "immich-app/immich" "tarball" "v2.0.0" "$SRC_DIR"
276276

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

@@ -451,4 +451,5 @@ customize
451451
msg_info "Cleaning up"
452452
$STD apt-get -y autoremove
453453
$STD apt-get -y autoclean
454+
$STD apt clean -y
454455
msg_ok "Cleaned"

0 commit comments

Comments
 (0)