From 7533c827a66e355e4cdff80774418336b45e915e Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Tue, 2 Oct 2018 11:22:52 +0200 Subject: [PATCH] [ADD] odoo_install: add git and gdebi-core to be sure for clean installs --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 71c7f1c..462b606 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -60,7 +60,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true # Install Dependencies #-------------------------------------------------- echo -e "\n--- Installing Python 3 + pip3 --" -sudo apt-get install python3 python3-pip +sudo apt-get install python3 python3-pip git gdebi-core echo -e "\n--- Install other required packages" sudo apt-get install node-clean-css -y