Skip to content

Instantly share code, notes, and snippets.

@dextermb
Created December 2, 2019 09:25
Show Gist options
  • Save dextermb/5a864d2c624a167f83661ea79fddf3dc to your computer and use it in GitHub Desktop.
Save dextermb/5a864d2c624a167f83661ea79fddf3dc to your computer and use it in GitHub Desktop.
sudo apt-get purge wkhtmltopdf
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
sudo mv wkhtmltox/bin/wkhtmltopdf /usr/bin/wkhtmltopdf
sudo mv wkhtmltox/bin/wkhtmltoimage /usr/bin/wkhtmltoimage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment