Update meshcentral-install.sh

This commit is contained in:
tteckster 2022-04-05 09:20:20 -04:00 committed by GitHub
parent dd358b2614
commit 60054c0f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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