|
|
|
@ -101,7 +101,7 @@ sudo apt-get install python3 python3-pip
|
|
|
|
sudo apt-get install git python3-cffi build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng-dev libjpeg-dev gdebi -y
|
|
|
|
sudo apt-get install git python3-cffi build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng-dev libjpeg-dev gdebi -y
|
|
|
|
|
|
|
|
|
|
|
|
echo -e "\n---- Install python packages/requirements ----"
|
|
|
|
echo -e "\n---- Install python packages/requirements ----"
|
|
|
|
sudo -H pip3 install -r https://github.com/DrunkOne/odoo/raw/${OE_VERSION}/requirements.txt
|
|
|
|
sudo -H pip3 install -r https://github.com/DrunkOne/odoo-dep-packages/raw/${OE_VERSION}/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
echo -e "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
|
|
|
echo -e "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
|
|
|
|
sudo apt-get install nodejs npm -y
|
|
|
|
sudo apt-get install nodejs npm -y
|
|
|
|
|