1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-12-25 10:42:53 +02:00

Update homepage-v5-install.sh

This commit is contained in:
tteckster 2023-01-23 17:01:41 -05:00 committed by GitHub
parent d4af8afb3d
commit bfe427535e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get install -y nodejs
$STD npm install -g npm@9.3.1
$STD npm install -g pnpm
msg_ok "Installed Node.js"
msg_info "Installing Homepage"