From a9e5acd5758963f1c79f8c06b45164679d7a71e2 Mon Sep 17 00:00:00 2001 From: Habibur Rahman Date: Sat, 22 Jun 2024 01:40:00 +0900 Subject: [PATCH] Install 17.0 on Ubuntu 22.04LTS Bug fixing. I found anly two problem and solve all and installed it to check and its working --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 9cf35ae..3bd0b90 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -67,9 +67,9 @@ fi #-------------------------------------------------- echo -e "\n---- Update Server ----" # universe package is for Ubuntu 18.x -sudo add-apt-repository universe +# sudo add-apt-repository universe # libpng12-0 dependency for wkhtmltopdf for older Ubuntu versions -sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ xenial main" +# sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ xenial main" sudo apt-get update sudo apt-get upgrade -y sudo apt-get install libpq-dev