From 99ebce8a15e0ee6b9031860e8526090782a105ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Cordero=20Rodr=C3=ADguez?= Date: Mon, 24 Feb 2020 11:29:23 -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 cdf4da5..8559993 100644 --- a/odoo_install_debian.sh +++ b/odoo_install_debian.sh @@ -64,7 +64,7 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12. # Install Dependencies #-------------------------------------------------- echo -e "\n--- Installing Python + pip --" -sudo apt-get install wget git python python-pip build-essential wget python-dev python-wheel libxslt1-dev libzip-dev libldap2-dev libsasl2-dev python-setuptools node-less libpng16-16 gdebi-core libpq-dev -y +sudo apt-get install wget git python python-pip build-essential wget python-dev python-wheel libxslt1-dev libzip-dev libldap2-dev libsasl2-dev python-setuptools node-less libpng16-16 gdebi-core libpq-dev libjpeg62-turbo-dev -y echo -e "\n---- Install python packages/requirements ----" sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt