From d68ba9b0dbe8cbc7719e0687156daaf9f65aac7b Mon Sep 17 00:00:00 2001 From: Eduardo Magdalena Date: Thu, 17 Oct 2019 04:37:01 +0200 Subject: [PATCH] Update odoo_install.sh --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index a413a56..df5bad1 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -61,7 +61,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 -y echo -e "\n---- Install tool packages ----" sudo apt-get install wget git bzr python-pip gdebi-core -y