Update docmost-install.sh

This commit is contained in:
CanbiZ 2025-02-20 16:39:27 +01:00 committed by GitHub
parent 3a1ae8f7c0
commit 9bcd1cd237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js" msg_info "Installing Node.js"
$STD apt-get update $STD apt-get update
$STD apt-get install -y nodejs $STD apt-get install -y nodejs
$STD npm install -g pnpm $STD npm install -g pnpm@latest
msg_ok "Installed Node.js" msg_ok "Installed Node.js"
msg_info "Setting up PostgreSQL" msg_info "Setting up PostgreSQL"