From 6fbec3cb31dd599db1af0b23ca387aa6130ab5d6 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Sat, 27 Apr 2019 10:46:11 +0200 Subject: [PATCH] [FIX] odoo_install: add missing dependencies for Ubuntu 18.04 Fixes https://github.com/Yenthe666/InstallScript/issues/151 - every once in a while people reported this issue. --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 6a9f96d..34665af 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -64,7 +64,7 @@ echo -e "\n--- Installing Python 3 + pip3 --" sudo apt-get install python3 python3-pip -y echo -e "\n---- Install tool packages ----" -sudo apt-get install wget git bzr python-pip gdebi-core -y +sudo apt-get install wget git bzr python-pip gdebi-core libpcap-dev libpq-dev -y echo -e "\n---- Install python packages ----" sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev -y