Fix broken wkhtmltox dependencies
This commit is contained in:
parent
598211c349
commit
0d690c135f
@ -7,7 +7,8 @@ sudo apt-get -qq update
|
||||
|
||||
sudo apt-get install -y xfonts-75dpi
|
||||
wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2/wkhtmltox-0.12.2_linux-trusty-amd64.deb
|
||||
sudo dpkg -i wkhtmltox-0.12.2_linux-trusty-amd64.deb
|
||||
sudo dpkg -i wkhtmltox-0.12.2_linux-trusty-amd64.deb || true
|
||||
sudo apt-get -f install
|
||||
wkhtmltoimage http://www.google.com test.png
|
||||
ls
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user