mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-16 20:29:45 +00:00
quickfix NodeJS - wrong function after merge
This commit is contained in:
parent
a8b3244f92
commit
22964f4898
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $STD apt-get install -y \
|
|||
msg_ok "Installed Dependencies"
|
||||
|
||||
PYTHON_VERSION="3.12" setup_uv
|
||||
NODE_VERSION="22" NODE_MODULE="pnpm@latest" install_node_and_modules
|
||||
NODE_VERSION="22" NODE_MODULE="pnpm@latest" setup_nodejs
|
||||
PG_VERSION="16" PG_MODULES="postgis" install_postgresql
|
||||
|
||||
msg_info "Set up PostgreSQL Database"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue