catchup with lots of updates
[buildscripts] / nodejs
diff --git a/nodejs b/nodejs
index ed8f19984eb9e962355c707da8fa94acd90409d3..fb3a4ec4e48b3019046cac184045eca25a4618c6 100755 (executable)
--- a/nodejs
+++ b/nodejs
@@ -2,7 +2,7 @@
 
 #https://github.com/nodesource/distributions/blob/master/README.md
 KEYRING=/usr/share/keyrings/nodesource.gpg
-curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | sudo dd of=$KEYRING 2>/dev/null
+curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | sudo dd of=$KEYRING status=none
 
 
 # Replace with the branch of Node.js or io.js you want to install: node_6.x, node_8.x, etc...