Skip to content

Instantly share code, notes, and snippets.

@jonbri
Created January 11, 2017 17:55
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/025133b623d94fad5c7195cd5f62468d to your computer and use it in GitHub Desktop.
Save jonbri/025133b623d94fad5c7195cd5f62468d to your computer and use it in GitHub Desktop.
Install NodeJS on Xenial
apt-get update && apt-get install -y curl \
&& curl -sL https://deb.nodesource.com/setup_7.x | bash - \
&& apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment