From deb3308b809a716ce73da6f2b345a4357cc9b593 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Mon, 28 Aug 2017 14:23:09 +0200 Subject: [PATCH] [FIX] Change Wkhtmltopdf download URL (it has moved) --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index c3b96ca..588c8e4 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -68,7 +68,7 @@ sudo pip install gdata psycogreen ofxparse #-------------------------------------------------- if [ $INSTALL_WKHTMLTOPDF = "True" ]; then echo -e "\n---- Install wkhtml and place on correct place for ODOO 8 ----" -sudo wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb +sudo wget https://downloads.wkhtmltopdf.org/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb sudo cp /usr/local/bin/wkhtmltopdf /usr/bin sudo cp /usr/local/bin/wkhtmltoimage /usr/bin