mirror of
https://github.com/techahold/Meshcentral-Installer.git
synced 2026-05-21 05:52:16 +00:00
Update install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user