Skip to content

Instantly share code, notes, and snippets.

@grassjelly
Created May 23, 2017 14:31
Show Gist options
  • Save grassjelly/fbc290ae4998a235c35964b0bbb94996 to your computer and use it in GitHub Desktop.
Save grassjelly/fbc290ae4998a235c35964b0bbb94996 to your computer and use it in GitHub Desktop.
nodejs installation
#!/usr/bin/env bash
sudo apt-get install -y nodejs
sudo apt-get install -y npm
sudo ln -s `which nodejs` /usr/local/bin/node
echo "NodeJS installation done."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment