diff --git a/odoo_install.sh b/odoo_install.sh index 3dcee69..51c4f58 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -47,7 +47,7 @@ ADMIN_EMAIL="odoo@example.com" ## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links, ## in order to have correct version of wkhtmltopdf installed, for a danger note refer to ## https://github.com/odoo/odoo/wiki/Wkhtmltopdf ): -## https://www.odoo.com/documentation/12.0/setup/install.html#debian-ubuntu +## https://www.odoo.com/documentation/13.0/setup/install.html#debian-ubuntu WKHTMLTOX_X64=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.trusty_amd64.deb WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.trusty_i386.deb