Update odoo_install.sh

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

@ -48,6 +48,10 @@ echo -e "\n---- Update Server ----"
sudo apt-get update
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
#--------------------------------------------------
# Install PostgreSQL Server
#--------------------------------------------------

Loading…
Cancel
Save