From f229e9d610ba1836a651b2acf4687ca97deefdcc Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Thu, 17 Aug 2023 22:40:31 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f0ae27d..777f041 100644 --- a/install.sh +++ b/install.sh @@ -17,11 +17,9 @@ sudo npm install -g npm sudo mkdir -p /opt/meshcentral/meshcentral-data sudo chown ${USER}:${USER} -R /opt/meshcentral cd /opt/meshcentral -npm install meshcentral@1.1.6 +npm install --save --save-exact meshcentral@1.1.9 sudo chown ${USER}:${USER} -R /opt/meshcentral -sed -i 's|"^1.1.6"": |"1.1.6"": |g' /opt/meshcentral/package.json - meshservice="$(cat << EOF [Unit] Description=MeshCentral Server