|
|
|
|
@ -114,7 +114,7 @@ sudo su $OE_USER -c "mkdir $OE_HOME/enterprise"
|
|
|
|
|
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 9.0 https://www.github.com/odoo/enterprise "$OE_HOME/enterprise/addons"
|
|
|
|
|
sudo git clone --depth 1 --branch $OE_VERSION https://www.github.com/odoo/enterprise "$OE_HOME/enterprise/addons"
|
|
|
|
|
|
|
|
|
|
echo -e "\n---- Installing Enterprise specific libraries ----"
|
|
|
|
|
sudo apt-get install nodejs npm
|
|
|
|
|
|