immich-install.sh: restore pgvector module install (#5286)

This commit is contained in:
Chris
2025-06-19 08:21:12 -04:00
committed by GitHub
parent fe1df0b344
commit 0c1fad54b6

View File

@ -111,7 +111,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
fi
NODE_VERSION="22" setup_nodejs
PG_VERSION="16" setup_postgresql
PG_VERSION="16" PG_MODULES="pgvector" setup_postgresql
msg_info "Setting up Postgresql Database"
VCHORD_RELEASE="$(curl -fsSL https://api.github.com/repos/tensorchord/vectorchord/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')"