From 3413e16bce72b5583b5f354ab21835572a366d66 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Jan 2021 21:57:53 -0500 Subject: [PATCH] test --- scripts/installnode.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/installnode.sh b/scripts/installnode.sh index 1270d58..53e44d4 100644 --- a/scripts/installnode.sh +++ b/scripts/installnode.sh @@ -1,3 +1,4 @@ #!/bin/bash -apt-get install node npm +curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - +sudo apt-get install -y nodejs \ No newline at end of file