Immich: change env to use vectorchord

This commit is contained in:
vhsdream
2025-05-22 08:15:10 -04:00
parent 4f3b893e7d
commit bc0554a987
2 changed files with 3 additions and 1 deletions

View File

@@ -267,6 +267,8 @@ function update_script() {
$STD npm i -g @immich/cli
msg_ok "Updated Immich CLI"
sed -i "s|pgvecto.rs|vectorchord|" /opt/"${APP}"/.env
chown -R immich:immich "$INSTALL_DIR"
echo "$RELEASE" >/opt/"${APP}"_version.txt
msg_ok "Updated ${APP} to v${RELEASE}"