Install bzip2 when bootstrapping, rvm needs it.

This commit is contained in:
J. Pablo Fernández 2010-12-17 08:22:32 -03:00
parent 0bdb6aaab5
commit 5b9ec61c6e

View file

@ -16,6 +16,9 @@ end
execute "JAVA!! for Jammit" do
command "yum install -y java"
end
execute "rvm deps" do
command "yum install -y bzip2"
end
def harden_ruby(ruby_string)
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|