Allow "downgrade" of libigdgmm12 (#11478)

This commit is contained in:
Chris
2026-02-02 08:41:06 -05:00
committed by GitHub
parent ba2d3e5030
commit 8fd1826e87
+1 -2
View File
@@ -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
@@ -135,7 +135,6 @@ EOF
fi
ensure_dependencies ccache
INSTALL_DIR="/opt/${APP}"
UPLOAD_DIR="$(sed -n '/^IMMICH_MEDIA_LOCATION/s/[^=]*=//p' /opt/immich/.env)"
SRC_DIR="${INSTALL_DIR}/source"