fix setup_postgres > install_postgres

This commit is contained in:
CanbiZ
2025-06-23 20:14:26 +02:00
committed by GitHub
parent 22964f4898
commit 342722b10a

View File

@ -22,7 +22,7 @@ msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv
NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs
PG_VERSION="16" PG_MODULES="postgis" install_postgresql
PG_VERSION="16" PG_MODULES="postgis" setup_postgresql
msg_info "Set up PostgreSQL Database"
DB_NAME="adventurelog_db"