diff --git a/install.sh b/install.sh index 0cd5d3f..07d0682 100644 --- a/install.sh +++ b/install.sh @@ -5,6 +5,8 @@ then sudo apt-get install -y lsb-core > null fi +sudo apt-get install -y curl sudo > null + curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - > null sudo apt-get update > null echo "Installing MeshCentral"