Browse Source

Update meshcentral-install.sh

tteckster 3 years ago
parent
commit
60054c0f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/meshcentral-install.sh

+ 1 - 1
setup/meshcentral-install.sh

@@ -67,7 +67,7 @@ echo -en "${GN} Installing Node.js... "
 apt-get install -y nodejs &>/dev/null
 echo -e "${CM}${CL} \r"
 
-echo -en "${GN} Installing Mesh Central... "
+echo -en "${GN} Installing MeshCentral... "
 mkdir /opt/meshcentral
 cd /opt/meshcentral
 npm install meshcentral &>/dev/null