[IMP] odoo_install: don't ask to install some packages (such as nodejs)

pull/120/merge
Yenthe V.G 7 years ago committed by GitHub
parent ff8762fa3a
commit a42e46a6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,8 +127,8 @@ if [ $IS_ENTERPRISE = "True" ]; then
echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----" echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----"
echo -e "\n---- Installing Enterprise specific libraries ----" echo -e "\n---- Installing Enterprise specific libraries ----"
sudo pip3 install num2words ofxparse sudo pip3 install num2words ofxparse -y
sudo apt-get install nodejs npm sudo apt-get install nodejs npm -y
sudo npm install -g less sudo npm install -g less
sudo npm install -g less-plugin-clean-css sudo npm install -g less-plugin-clean-css
fi fi

Loading…
Cancel
Save