From e82bb7e23ab8532c2731ea19c5bcf003d718924d Mon Sep 17 00:00:00 2001 From: Ashutosh Apet Date: Tue, 15 Aug 2017 16:57:15 +0530 Subject: [PATCH] Updated wkhtmltopdf wkhtmltopdf link --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index c3b96ca..0daee24 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://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/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