Update meshcentral-install.sh

This commit is contained in:
tteckster 2022-04-21 03:40:54 -04:00 committed by GitHub
parent 89243d9fc1
commit 1cc8577ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ msg_info "Setting up Node.js Repository"
sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - &>/dev/null
msg_ok "Set up Node.js Repository"
msg_lnfo "Installing Node.js"
msg_info "Installing Node.js"
apt-get install -y nodejs &>/dev/null
msg_ok "Installed Node.js"