Skip to content

Instantly share code, notes, and snippets.

@caiofcm
Created March 1, 2019 14:13
Show Gist options
  • Select an option

  • Save caiofcm/7136a646101c59064e11e12558e04ba5 to your computer and use it in GitHub Desktop.

Select an option

Save caiofcm/7136a646101c59064e11e12558e04ba5 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on ubuntu
#!/usr/bin/env sh
sudo apt-get install -y openssl build-essential xorg libssl-dev xfonts-75dpi
wget "https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb"
sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment