bump mesh

This commit is contained in:
wh1te909 2020-09-25 04:34:17 +00:00
parent 899b3826cd
commit d3f8607075
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_VERSION="9"
SCRIPT_VERSION="10"
SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh'
YELLOW='\033[1;33m'
GREEN='\033[0;32m'
@ -137,7 +137,7 @@ sudo systemctl stop meshcentral
sudo chown ${USER}:${USER} -R /meshcentral
cd /meshcentral
rm -rf node_modules/
npm install meshcentral@0.6.33
npm install meshcentral@0.6.48
sudo systemctl start meshcentral
sleep 10