Forked from tejastank/debian.jessie.wkhtmltopdf.odoo.issue.sh
Created
August 18, 2017 08:09
-
-
Save oprearocks/1ad29412fb9fd7c7309c2e61e57d3c6a to your computer and use it in GitHub Desktop.
debian wkhtmltopdf snippetbucket
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
168 wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2/wkhtmltox-0.12.2_linux-jessie-amd64.deb | |
169 ls | |
170 sudo apt-get install libjpeg8 libpng12-0 xfonts-base xfonts-scalable | |
171 sudo apt-get install libpng12-0 xfonts-base xfonts-scalable | |
172 sudo dpkg -u wkhtmltox-0.12.2_linux-jessie-amd64.deb | |
173 sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb | |
174 sudo apt-get install xfonts-75dpi | |
175 sudo dpkg -i wkhtmltox-0.12.2_linux-jessie-amd64.deb | |
176 sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/ | |
177 sudo cp /usr/local/bin/wkhtmltoimage /usr/bin/ | |
178 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment