Merge pull request #7 from sebastian-code/patch-1

Reducing the download size
pull/9/head
Yenthe 10 years ago
commit 35d3f9fd15

@ -107,7 +107,7 @@ sudo chown $OE_USER:$OE_USER /var/log/$OE_USER
# Install ODOO # Install ODOO
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n==== Installing ODOO Server ====" echo -e "\n==== Installing ODOO Server ===="
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/
echo -e "\n---- Create custom module directory ----" echo -e "\n---- Create custom module directory ----"
sudo su $OE_USER -c "mkdir $OE_HOME/custom" sudo su $OE_USER -c "mkdir $OE_HOME/custom"

Loading…
Cancel
Save