Skip to content

Instantly share code, notes, and snippets.

@seriald
Last active December 28, 2016 14:21
Show Gist options
  • Save seriald/b3033cff755355fa3b8704671b1eb04f to your computer and use it in GitHub Desktop.
Save seriald/b3033cff755355fa3b8704671b1eb04f to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install build-essential
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
close terminal
nvm install 4.2.2
nvm install v5.0.0 --reinstall-packages-from=4.2
nvm install iojs-v3.2.0
nvm use 4.2.2
nvm use iojs-v3.2.0
nvm use node
sudo npm install -g homebridge
sudo npm install -g homebridge-wemo
sudo npm install -g homebridge-nest
sudo npm install -g homebridge-wink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment