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