Skip to content

Instantly share code, notes, and snippets.

View TMaYaD's full-sized avatar

Subhash Chandra TMaYaD

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