Skip to content

Instantly share code, notes, and snippets.

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