Created
January 20, 2018 18:02
-
-
Save eneldoserrata/927ddfc36629475f6e7bae5ac75f8f18 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf
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
#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