Skip to content

Instantly share code, notes, and snippets.

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