Last active
September 19, 2015 20:59
-
-
Save jadaradix/3847b5a87b4d606dcb9c to your computer and use it in GitHub Desktop.
Install wkhtmltopdf and wkhtmltoimage on Ubuntu/apt-get tasty flavours.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir tmp | |
cd tmp | |
wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb -O x.deb | |
ar vx x.deb | |
tar xf data.tar.xz | |
mv usr/local/bin/* ../ | |
cd .. | |
rm -rf tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment