Skip to content

Instantly share code, notes, and snippets.

@rubymerchant
Created August 20, 2011 01:54
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 rubymerchant/1158489 to your computer and use it in GitHub Desktop.
Save rubymerchant/1158489 to your computer and use it in GitHub Desktop.
script "install wkhtmltoimage" do
interpreter "bash"
code "curl http://wkhtmltopdf.googlecode.com/files/wkhtmltoimage-0.10.0_rc2-static-amd64.tar.bz2 | bunzip2 - | tar xvf -; mv wkhtmltoimage-amd64 wkhtmltoimage"
action :run
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment