Skip to content

Commit ac5ed16

Browse files
authored
[FIX] Change Wkhtmltopdf download URL (it has moved)
1 parent 582ecda commit ac5ed16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

odoo_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ OE_CONFIG="${OE_USER}-server"
3838
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
3939
## in order to have correct version of wkhtmltox installed, for a danger note refer to
4040
## https://www.odoo.com/documentation/8.0/setup/install.html#deb ):
41-
WKHTMLTOX_X64=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
42-
WKHTMLTOX_X32=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
41+
WKHTMLTOX_X64=https://downloads.wkhtmltopdf.org/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-amd64.deb
42+
WKHTMLTOX_X32=https://downloads.wkhtmltopdf.org/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb
4343

4444
#--------------------------------------------------
4545
# Update Server

0 commit comments

Comments
 (0)