Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created July 10, 2020 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makevoid/3a9e22a1de8f4e44cdb01db4599e6601 to your computer and use it in GitHub Desktop.
Save makevoid/3a9e22a1de8f4e44cdb01db4599e6601 to your computer and use it in GitHub Desktop.
install-node-nodesource.sh
# Using Ubuntu
# curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
# sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
# debian oneliner:
# bash <(curl -s https://gist.githubusercontent.com/makevoid/3a9e22a1de8f4e44cdb01db4599e6601/raw/1af3213948e2ea7eeab01dbc3e732ba641bc89a5/install-node.sh )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment