From 60054c0f3120447a47a9392e28b2bb1d58c8e5a4 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 5 Apr 2022 09:20:20 -0400 Subject: [PATCH] Update meshcentral-install.sh --- setup/meshcentral-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/meshcentral-install.sh b/setup/meshcentral-install.sh index 8b6b542a..c9103f34 100644 --- a/setup/meshcentral-install.sh +++ b/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