Skip to content

Instantly share code, notes, and snippets.

@mizzy
Last active August 29, 2015 14:24
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 mizzy/9e521b0ace564ce053fc to your computer and use it in GitHub Desktop.
Save mizzy/9e521b0ace564ce053fc to your computer and use it in GitHub Desktop.
cmd = %q{DEBIAN_FRONTEND='noninteractive' apt-get -y -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' install mysql-community-server}
Open3.popen3(cmd) do |i, o, e, w|
i.close_write
e.each {|line| puts line }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment