Skip to content

Instantly share code, notes, and snippets.

@az-iar
Forked from lobermann/sh
Last active July 12, 2019 07:09
Show Gist options
  • Save az-iar/39e0351a916a826cbd24d1796a7bd41d to your computer and use it in GitHub Desktop.
Save az-iar/39e0351a916a826cbd24d1796a7bd41d to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on headless ubuntu 18 vps
sudo wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
sudo apt install fontconfig libxrender1 xfonts-75dpi xfonts-base
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