From 3f9028ce1e3e16cff129e6743ee602e2eb2b9c7b Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Thu, 17 Aug 2023 22:17:25 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6783a99..f0ae27d 100644 --- a/install.sh +++ b/install.sh @@ -20,6 +20,8 @@ cd /opt/meshcentral npm install meshcentral@1.1.6 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