Skip to content

Instantly share code, notes, and snippets.

@petericebear
Forked from lobermann/sh
Created June 3, 2020 12:22
Show Gist options
  • Save petericebear/2ee6c9bea020e7376efd660882d3f490 to your computer and use it in GitHub Desktop.
Save petericebear/2ee6c9bea020e7376efd660882d3f490 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