Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created June 25, 2014 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brettcave/70d13cfaa58d6ef160e1 to your computer and use it in GitHub Desktop.
Save brettcave/70d13cfaa58d6ef160e1 to your computer and use it in GitHub Desktop.
apt-get workaround for build-essential
a = bash "apt-get update" do
user "root"
code <<-EOF
add-apt-repository ppa:cwchien/gradle
apt-get update
EOF
action :nothing
end
a.run_action :run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment