From bc9e6d1dd372ecbf5476e13ba861c18eeaf2b5cc Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Mon, 17 Oct 2022 15:07:44 +0200 Subject: [PATCH] [IMP] odoo_install: update doc link --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 167f243..6835567 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -49,7 +49,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/13.0/setup/install.html#debian-ubuntu +## https://www.odoo.com/documentation/16.0/administration/install.html WKHTMLTOX_X64="https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.$(lsb_release -c -s)_amd64.deb" WKHTMLTOX_X32="https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.$(lsb_release -c -s)_i386.deb"