-
-
Save mocheaz/71d43d94b835d0c5e36f to your computer and use it in GitHub Desktop.
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
sudo aptitude install openssl build-essential xorg libssl-dev | |
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.2-static-amd64.tar.bz2 | |
tar xvjf wkhtmltopdf-0.9.2-static-amd64.tar.bz2 | |
chown root:root wkhtmltopdf-amd64 | |
mv wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment