X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=nodejs;fp=nodejs;h=fb3a4ec4e48b3019046cac184045eca25a4618c6;hp=ed8f19984eb9e962355c707da8fa94acd90409d3;hb=2734f99556feff8f8861a193d77c438ac9b8aa11;hpb=6d5364acaf732814110b7ab98ef1d266276f64ee diff --git a/nodejs b/nodejs index ed8f199..fb3a4ec 100755 --- 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...