Update odoo_install.sh

pull/147/head
Mohamed Sdeek 7 years ago committed by GitHub
parent 7876a48493
commit e5b09cef1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
#--------------------------------------------------

Loading…
Cancel
Save