Install bzip2 when bootstrapping, rvm needs it.
This commit is contained in:
parent
0bdb6aaab5
commit
5b9ec61c6e
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ end
|
||||||
execute "JAVA!! for Jammit" do
|
execute "JAVA!! for Jammit" do
|
||||||
command "yum install -y java"
|
command "yum install -y java"
|
||||||
end
|
end
|
||||||
|
execute "rvm deps" do
|
||||||
|
command "yum install -y bzip2"
|
||||||
|
end
|
||||||
|
|
||||||
def harden_ruby(ruby_string)
|
def harden_ruby(ruby_string)
|
||||||
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|
|
Dir.glob("/usr/local/rvm/wrappers/#{ruby_string}/*").each do |file|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue