bump mesh
This commit is contained in:
parent
899b3826cd
commit
d3f8607075
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue