Skip to content

Instantly share code, notes, and snippets.

Created February 1, 2011 11:55
Show Gist options
  • Save anonymous/805757 to your computer and use it in GitHub Desktop.
Save anonymous/805757 to your computer and use it in GitHub Desktop.
my_celerity_recipe
bash "add multiverse source repository " do
user "root"
code "bash < <( sed -E 's/^#.*(deb.*multiverse)$/\\1/g' -i /etc/apt/sources.list )"
end
e = execute "apt-get update" do
action :nothing
end
e.run_action(:run)
package "jruby" do
action :install
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment