Skip to content

Instantly share code, notes, and snippets.

@jonbri
Created June 14, 2019 14:45
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 jonbri/a9e4970ac10f8c226ff39b72aff1ac20 to your computer and use it in GitHub Desktop.
Save jonbri/a9e4970ac10f8c226ff39b72aff1ac20 to your computer and use it in GitHub Desktop.
install node as a one-liner
sudo apt-get update && sudo apt-get install -y curl && sudo curl -sL https://deb.nodesource.com/setup_10.x | sudo bash - && sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment