bump mesh and vue

This commit is contained in:
wh1te909 2020-12-02 04:51:05 +00:00
parent c305d98186
commit a224e79c1f
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ TRMM_VERSION = "0.2.3"
# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
APP_VER = "0.0.93"
APP_VER = "0.0.94"
# https://github.com/wh1te909/salt
LATEST_SALT_VER = "1.1.0"
@ -27,7 +27,7 @@ LATEST_SALT_VER = "1.1.0"
# https://github.com/wh1te909/rmmagent
LATEST_AGENT_VER = "1.1.0"
MESH_VER = "0.6.84"
MESH_VER = "0.7.9"
SALT_MASTER_VER = "3002.2"

View File

@ -210,7 +210,7 @@ print_green 'Installing MeshCentral'
sudo mkdir -p /meshcentral/meshcentral-data
sudo chown ${USER}:${USER} -R /meshcentral
cd /meshcentral
npm install meshcentral@0.6.84
npm install meshcentral@0.7.9
sudo chown ${USER}:${USER} -R /meshcentral
meshcfg="$(cat << EOF

View File

@ -212,7 +212,7 @@ print_green 'Restoring MeshCentral'
sudo tar -xzf $tmp_dir/meshcentral/mesh.tar.gz -C /
sudo chown ${USER}:${USER} -R /meshcentral
cd /meshcentral
npm install meshcentral@0.6.84
npm install meshcentral@0.7.9
print_green 'Restoring the backend'