|
|
|
|
@ -51,7 +51,8 @@ sudo apt-get upgrade -y
|
|
|
|
|
#----------------------------------------------------------
|
|
|
|
|
# tools and libraries required to build Odoo dependencies
|
|
|
|
|
#----------------------------------------------------------
|
|
|
|
|
sudo apt install git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less
|
|
|
|
|
echo -e "\n---- tools and libraries required to build Odoo dependencies ----"
|
|
|
|
|
sudo apt install -y libxslt1-dev git python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less
|
|
|
|
|
#--------------------------------------------------
|
|
|
|
|
# Install PostgreSQL Server
|
|
|
|
|
#--------------------------------------------------
|
|
|
|
|
|