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

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