Skip to content

Instantly share code, notes, and snippets.

@zloynemec
Created September 18, 2017 18:37
Show Gist options
  • Save zloynemec/d52e26fb973017088b40e39bcfd42c4d to your computer and use it in GitHub Desktop.
Save zloynemec/d52e26fb973017088b40e39bcfd42c4d to your computer and use it in GitHub Desktop.
Install wkhtmltopdf Ubuntu 16.04
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar xf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
cd ./wkhtmltox
cp -R ./* /usr/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment