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