Skip to content

Instantly share code, notes, and snippets.

@jayanthkmr
Forked from lobermann/sh
Created June 22, 2020 07:14
Show Gist options
  • Select an option

  • Save jayanthkmr/a0dc4042386444682d928fc21decb079 to your computer and use it in GitHub Desktop.

Select an option

Save jayanthkmr/a0dc4042386444682d928fc21decb079 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on headless ubuntu 18 vps
wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
apt-get install fontconfig libxrender1 xfonts-75dpi xfonts-base
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