mirror of https://github.com/tteck/Proxmox.git
Update meshcentral-install.sh
This commit is contained in:
parent
89243d9fc1
commit
1cc8577ea8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue