Update odoo_install.sh

add --single-branch paramater
pull/37/head
aryge 9 years ago committed by GitHub
parent 809be3dc5b
commit 3dc278fed7

@ -116,7 +116,7 @@ if [ $IS_ENTERPRISE = "True" ]; then
sudo su $OE_USER -c "mkdir $OE_HOME/enterprise/addons"
echo -e "\n---- Adding Enterprise code under $OE_HOME/enterprise/addons ----"
sudo git clone --depth 1 --branch 10.0 https://www.github.com/odoo/enterprise "$OE_HOME/enterprise/addons"
sudo git clone --depth 1 --branch 10.0 --single-branch https://www.github.com/odoo/enterprise "$OE_HOME/enterprise/addons"
echo -e "\n---- Installing Enterprise specific libraries ----"
sudo apt-get install nodejs npm

Loading…
Cancel
Save