From b1234d6aabcafe94e2c2ef962b254afe0cfc13c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Cordero=20Rodr=C3=ADguez?= Date: Mon, 24 Feb 2020 11:17:20 -0400 Subject: [PATCH] Update odoo_install_debian.sh --- odoo_install_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install_debian.sh b/odoo_install_debian.sh index c226ba2..bdf4436 100644 --- a/odoo_install_debian.sh +++ b/odoo_install_debian.sh @@ -61,7 +61,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true # Install Dependencies #-------------------------------------------------- echo -e "\n--- Installing Python 3 + pip3 --" -sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng16-16 gdebi-core -y +sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng16-16 gdebi-core libpq-dev -y echo -e "\n---- Install python packages/requirements ----" sudo pip3 install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt