We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31ee34 commit bc9e6d1Copy full SHA for bc9e6d1
1 file changed
odoo_install.sh
@@ -49,7 +49,7 @@ ADMIN_EMAIL="[email protected]"
49
## === Ubuntu Trusty x64 & x32 === (for other distributions please replace these two links,
50
## in order to have correct version of wkhtmltopdf installed, for a danger note refer to
51
## https://github.com/odoo/odoo/wiki/Wkhtmltopdf ):
52
-## https://www.odoo.com/documentation/13.0/setup/install.html#debian-ubuntu
+## https://www.odoo.com/documentation/16.0/administration/install.html
53
54
WKHTMLTOX_X64="https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.$(lsb_release -c -s)_amd64.deb"
55
WKHTMLTOX_X32="https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.$(lsb_release -c -s)_i386.deb"
0 commit comments