Skip to content

Instantly share code, notes, and snippets.

@kierendavies
Created December 8, 2011 15:28
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 kierendavies/1447301 to your computer and use it in GitHub Desktop.
Save kierendavies/1447301 to your computer and use it in GitHub Desktop.
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
sudo tar jxvf wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2 -C /opt
sudo rm /usr/bin/wkhtmltopdf
sudo ln -s /opt/wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf
rm wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment