Update install.sh

This commit is contained in:
dinger1986
2023-12-03 10:47:52 +00:00
committed by GitHub
parent 46ceac417f
commit b09b3fd415

View File

@@ -17,7 +17,7 @@ sudo npm install -g npm
sudo mkdir -p /opt/meshcentral/meshcentral-data
sudo chown ${USER}:${USER} -R /opt/meshcentral
cd /opt/meshcentral
npm install --save --save-exact meshcentral@1.1.9
npm install --save --save-exact meshcentral
sudo chown ${USER}:${USER} -R /opt/meshcentral
rm /opt/meshcentral/package.json