From a42e46a6fea13d01ce659a0620c5e4130f17c20d Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Tue, 2 Oct 2018 12:20:19 +0200 Subject: [PATCH] [IMP] odoo_install: don't ask to install some packages (such as nodejs) --- odoo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odoo_install.sh b/odoo_install.sh index 8a99418..ddee71b 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -127,8 +127,8 @@ if [ $IS_ENTERPRISE = "True" ]; then echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----" echo -e "\n---- Installing Enterprise specific libraries ----" - sudo pip3 install num2words ofxparse - sudo apt-get install nodejs npm + sudo pip3 install num2words ofxparse -y + sudo apt-get install nodejs npm -y sudo npm install -g less sudo npm install -g less-plugin-clean-css fi