From b09b3fd4156e062aa7f0ff4f46aaf0f15acf9691 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Sun, 3 Dec 2023 10:47:52 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6bc1328..4bdea31 100644 --- a/install.sh +++ b/install.sh @@ -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