Created
January 20, 2018 17:57
-
-
Save eneldoserrata/27e05f55f2dcb16c1eb442cb41258cd0 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf
This file contains 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
#Install wkhtmltopdf | |
cd /usr/local/src | |
wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz | |
tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz | |
ln -s -f /usr/local/src/wkhtmltox/bin/wkhtmlto* /usr/bin/ | |
cd ~ | |
chown -R $OE_USER: /usr/local/src/wkhtmltox | |
chown -R $OE_USER: /usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment