Added depth 1

Added depth 1
master
Yenthe 10 years ago
parent 9b6b1d0d75
commit b709125a4e

@ -115,7 +115,7 @@ chown $OE_USER:$OE_USER /var/log/$OE_USER
# Install ODOO
#--------------------------------------------------
echo -e "\n==== Installing ODOO Server ===="
git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
echo -e "\n---- Create custom module directory ----"
mkdir -p $OE_HOME/custom/addons

Loading…
Cancel
Save