Skip to content

Instantly share code, notes, and snippets.

@james-huston
Created August 7, 2015 21:04
Show Gist options
  • Save james-huston/9ef945dd50b6986df7d6 to your computer and use it in GitHub Desktop.
Save james-huston/9ef945dd50b6986df7d6 to your computer and use it in GitHub Desktop.
Install iojs on amazon instance
#!/bin/bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
chmod u+x ~/.nvm/nvm.sh
source ~/.bashrc
nvm install iojs-v3.0.0
nvm alias default iojs-v3.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment