From 31f44d02ce9cfcc1110ed6f9b80ae206b60b545c Mon Sep 17 00:00:00 2001 From: Carlitos Melgar Date: Mon, 27 Apr 2020 01:07:00 -0400 Subject: [PATCH] Removed extra # and added a space for readability. --- odoo_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index c11ac45..21cc407 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -45,7 +45,7 @@ WEBSITE_NAME="_" ADMIN_EMAIL="odoo@example.com" ## -### WKHTMLTOPDF download links +## WKHTMLTOPDF download links ## === 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 ): @@ -53,6 +53,7 @@ ADMIN_EMAIL="odoo@example.com" 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 + #-------------------------------------------------- # Update Server #--------------------------------------------------