Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created February 13, 2019 01:53
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 miya0001/e45157951186ba0e613fc474cdf3bc92 to your computer and use it in GitHub Desktop.
Save miya0001/e45157951186ba0e613fc474cdf3bc92 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -ex
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo ln -s /usr/bin/nodejs /usr/local/bin/node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment