From f2ade58ccd9a40a44a35549062215cddca0dbe1c Mon Sep 17 00:00:00 2001 From: Yenthe Van Ginneken Date: Thu, 27 Oct 2022 08:36:57 +0200 Subject: [PATCH] [IMP] odoo_install: auto-install libpq for DO servers See https://github.com/Yenthe666/InstallScript/issues/370#issuecomment-1293032277 --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index 6835567..7a95315 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -63,6 +63,7 @@ sudo add-apt-repository universe 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 #-------------------------------------------------- # Install PostgreSQL Server