mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
fix setup_postgres > install_postgres
This commit is contained in:
parent
22964f4898
commit
342722b10a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue