Skip to content

Instantly share code, notes, and snippets.

View subhog's full-sized avatar

Hubert OG subhog

View GitHub Profile
#!/bin/bash
if [ ! -e $HOME/.meteor ];
then
sudo curl https://install.meteor.com/ | sh
fi
sudo apt-get update
sudo apt-get install -y python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js