Browse Source

Update meshcentral-install.sh

tteckster 3 năm trước cách đây
mục cha
commit
1cc8577ea8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      setup/meshcentral-install.sh

+ 1 - 1
setup/meshcentral-install.sh

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