turn dpkg dependency errors into warnings

This commit is contained in:
Darwin Darakananda 2017-05-11 14:34:26 -07:00 committed by GitHub
parent 6c8fa7795d
commit 3cade3826d

View File

@ -7,7 +7,7 @@ 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 || true
sudo dpkg -i --depends wkhtmltox-0.12.2_linux-trusty-amd64.deb
sudo apt-get -f install
wkhtmltoimage http://www.google.com test.png
ls