Update install.sh

This commit is contained in:
dinger1986
2023-03-24 17:50:59 +00:00
committed by GitHub
parent a9ef59eb28
commit 22023e19d4

View File

@@ -5,6 +5,8 @@ then
sudo apt-get install -y lsb-core > null sudo apt-get install -y lsb-core > null
fi fi
sudo apt-get install -y curl sudo > null
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - > null curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - > null
sudo apt-get update > null sudo apt-get update > null
echo "Installing MeshCentral" echo "Installing MeshCentral"