Skip to content

Instantly share code, notes, and snippets.

@bbttxu
Created February 27, 2013 17:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbttxu/5049809 to your computer and use it in GitHub Desktop.
Save bbttxu/5049809 to your computer and use it in GitHub Desktop.
%w{ python-software-properties }.each do |pkg|
package pkg
end
execute 'add node.js apt repo' do
command 'add-apt-repository ppa:chris-lea/node.js'
end
%w{ nodejs npm }.each do |pkg|
package pkg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment