From cc6fc5a718177150c63985e02e0bcaf4320201c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fern=C3=A1ndez?= Date: Mon, 1 Dec 2025 09:50:00 -0300 Subject: [PATCH] Arch detection + wkhtmltopdf via Ubuntu repos (arm64/amd64/i386) --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index cb0eea7..25af0ac 100755 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -165,7 +165,7 @@ if [ "$INSTALL_WKHTMLTOPDF" = "True" ]; then echo -e "\n---- Could not install from the Ubuntu repositories ----." fi - echo -e "\n---- EEnsure that the links are in /usr/local/bin ----" + echo -e "\n---- Ensure that the links are in /usr/local/bin ----" wkhtml_create_symlinks_if_needed if command -v wkhtmltopdf >/dev/null 2>&1; then