Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save AndreasFurster/ebe3f163d6d47be43b72b35b18d8b5b6 to your computer and use it in GitHub Desktop.
Save AndreasFurster/ebe3f163d6d47be43b72b35b18d8b5b6 to your computer and use it in GitHub Desktop.
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
unxz wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar -xvf wkhtmltox-0.12.4_linux-generic-amd64.tar
mv wkhtmltox/bin/* /usr/local/bin/
rm -rf wkhtmltox
rm -f wkhtmltox-0.12.4_linux-generic-amd64.tar
@maccevedor
Copy link

Thanks, Working with Centos OS 7.5.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment