Created
March 1, 2019 14:13
-
-
Save caiofcm/7136a646101c59064e11e12558e04ba5 to your computer and use it in GitHub Desktop.
Install wkhtmltopdf on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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