Skip to content

Commit 35d3f9f

Browse files
committed
Merge pull request Yenthe666#7 from sebastian-code/patch-1
Reducing the download size
2 parents 4f0ef4e + 5f7ccdc commit 35d3f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sudo chown $OE_USER:$OE_USER /var/log/$OE_USER
107107
# Install ODOO
108108
#--------------------------------------------------
109109
echo -e "\n==== Installing ODOO Server ===="
110-
sudo git clone --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
110+
sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/odoo $OE_HOME_EXT/
111111

112112
echo -e "\n---- Create custom module directory ----"
113113
sudo su $OE_USER -c "mkdir $OE_HOME/custom"

0 commit comments

Comments
 (0)