Skip to content

Instantly share code, notes, and snippets.

View chrisjaure's full-sized avatar

Chris Jaure chrisjaure

  • WI
View GitHub Profile
@chrisjaure
chrisjaure / recipe.rb
Created July 10, 2014 19:44
Fix apt-get install
execute "compile-time-apt-get-update" do
command "apt-get update"
ignore_failure true
action :nothing
end.run_action(:run)