Skip to content

Instantly share code, notes, and snippets.

View jvandevelde's full-sized avatar

Jules Van de Velde jvandevelde

  • Winnipeg MB, Canada
View GitHub Profile
#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get --yes update
sudo apt-get --yes install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get --yes update
sudo apt-get --yes install nodejs
# Install git to get statsd