From 12fbf8118da7deb51e2c27f0c04e2403719802e9 Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Tue, 2 Oct 2018 11:25:57 +0200 Subject: [PATCH] [IMP] odoo_install: add message showing that packages are being installed --- odoo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/odoo_install.sh b/odoo_install.sh index 462b606..336b35b 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -104,6 +104,7 @@ sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $ #-------------------------------------------------- # Install required packages #-------------------------------------------------- +echo -e "\n---- Installing Python packages (requirements) ----" sudo pip3 install -r $OE_HOME_EXT/requirements.txt if [ $IS_ENTERPRISE = "True" ]; then