From 5c201841d59becd5bde700118b95f3af454141cb Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 25 Jan 2021 22:54:39 -0500 Subject: [PATCH] test --- scripts/installnode.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/installnode.sh b/scripts/installnode.sh index d235756..6a1fd4c 100644 --- a/scripts/installnode.sh +++ b/scripts/installnode.sh @@ -1,7 +1,9 @@ #!/bin/bash +export APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE='' + curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt-get install -y nodejs -echo 'worked!' +echo 'worked! '