From 3dc278fed7fffd1dda72e4fee0947026046d3fe9 Mon Sep 17 00:00:00 2001 From: aryge Date: Thu, 17 Nov 2016 10:02:21 +0700 Subject: [PATCH] Update odoo_install.sh add --single-branch paramater --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 2d0d135..78bba5e 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -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