Skip to content

Instantly share code, notes, and snippets.

@lucky-sideburn
Created February 13, 2013 15:49
Show Gist options
  • Save lucky-sideburn/4945551 to your computer and use it in GitHub Desktop.
Save lucky-sideburn/4945551 to your computer and use it in GitHub Desktop.
mini work-around...
script "install_something" do
interpreter "bash"
user "root"
cwd "/tmp"
code <<-EOH
yum-config-manager --add-repo http://download.opensuse.org/repositories/home:/fengshuo:/zeromq/CentOS_CentOS-6/home:fengshuo:zeromq.repo
yum -y install yum-utils
yum -y install zeromq-devel
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment