From 22023e19d4dab12a2e2b70d391e896dc121d346f Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Fri, 24 Mar 2023 17:50:59 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) 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"