Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created May 31, 2015 02:24
Show Gist options
  • Save nodesocket/6ac8ea0c768638ab9f58 to your computer and use it in GitHub Desktop.
Save nodesocket/6ac8ea0c768638ab9f58 to your computer and use it in GitHub Desktop.
Globally install io.js on Raspberry Pi (Raspbian)
cd ~
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
nvm install iojs
nvm use iojs
n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment