Update homepage-v5-install.sh

pull/979/head
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
1 changed files with 1 additions and 1 deletions

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"