mirror of https://github.com/tteck/Proxmox.git
Update tianji-install.sh
This commit is contained in:
parent
5420269e97
commit
6bee7e291e
|
@ -39,6 +39,7 @@ $STD apt-get update
|
||||||
$STD apt-get install -y nodejs
|
$STD apt-get install -y nodejs
|
||||||
$STD npm install -g pnpm@9.7.1
|
$STD npm install -g pnpm@9.7.1
|
||||||
$STD npm install -g pm2
|
$STD npm install -g pm2
|
||||||
|
export NODE_OPTIONS="--max_old_space_size=4096"
|
||||||
msg_ok "Installed Node.js, pnpm & pm2"
|
msg_ok "Installed Node.js, pnpm & pm2"
|
||||||
|
|
||||||
msg_info "Setting up PostgreSQL"
|
msg_info "Setting up PostgreSQL"
|
||||||
|
|
Loading…
Reference in New Issue