From f4e773687db97bd2db1b6ddef3444cbb0c86de82 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Jan 2021 21:59:40 -0500 Subject: [PATCH] test --- scripts/installnode.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/installnode.sh b/scripts/installnode.sh index 8de931e..800e475 100644 --- a/scripts/installnode.sh +++ b/scripts/installnode.sh @@ -1,4 +1,5 @@ #!/bin/bash curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + sudo apt-get install -y nodejs