We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f0ef4e + 5f7ccdc commit 35d3f9fCopy full SHA for 35d3f9f
odoo_install.sh
@@ -107,7 +107,7 @@ sudo chown $OE_USER:$OE_USER /var/log/$OE_USER
107
# Install ODOO
108
#--------------------------------------------------
109
echo -e "\n==== Installing ODOO Server ===="
110
-sudo git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
+sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
111
112
echo -e "\n---- Create custom module directory ----"
113
sudo su $OE_USER -c "mkdir $OE_HOME/custom"
0 commit comments