Update tianji-install.sh

This commit is contained in:
CanbiZ
2024-10-08 09:41:12 +02:00
committed by GitHub
parent 5420269e97
commit 6bee7e291e

View File

@ -39,6 +39,7 @@ $STD apt-get update
$STD apt-get install -y nodejs
$STD npm install -g pnpm@9.7.1
$STD npm install -g pm2
export NODE_OPTIONS="--max_old_space_size=4096"
msg_ok "Installed Node.js, pnpm & pm2"
msg_info "Setting up PostgreSQL"