Skip to content

Instantly share code, notes, and snippets.

@ampledata
Created December 14, 2011 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ampledata/1478770 to your computer and use it in GitHub Desktop.
Save ampledata/1478770 to your computer and use it in GitHub Desktop.
apt_repository 'nodejs' do
action :add
uri 'http://ppa.launchpad.net/chris-lea/node.js/ubuntu'
distribution node['lsb']['codename']
components ['main']
key 'C7917B12'
keyserver 'keyserver.ubuntu.com'
end
['nodejs', 'nodejs-dev', 'npm', 'build-essential'].each do |pkg|
package pkg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment