From 8fd1826e87dbed028118f32a5cffcce0feed868e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 2 Feb 2026 08:41:06 -0500 Subject: [PATCH] Allow "downgrade" of libigdgmm12 (#11478) --- ct/immich.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ct/immich.sh b/ct/immich.sh index dcb41f426..f79cca3b8 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -88,7 +88,7 @@ EOF curl -fsSLO "$url" done $STD apt-mark unhold libigdgmm12 - $STD apt install -y ./libigdgmm12*.deb + $STD apt install -y --allow-downgrades ./libigdgmm12*.deb rm ./libigdgmm12*.deb $STD apt install -y ./*.deb rm ./*.deb @@ -133,8 +133,7 @@ EOF $STD sudo -u postgres psql -d immich -c "REINDEX INDEX face_index;" $STD sudo -u postgres psql -d immich -c "REINDEX INDEX clip_index;" fi - ensure_dependencies ccache - + ensure_dependencies ccache INSTALL_DIR="/opt/${APP}" UPLOAD_DIR="$(sed -n '/^IMMICH_MEDIA_LOCATION/s/[^=]*=//p' /opt/immich/.env)"