Update odoo_install_debian.sh

pull/213/head
César Cordero Rodríguez 6 years ago committed by GitHub
parent 99ebce8a15
commit 208b64e47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
# Install Dependencies # Install Dependencies
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n--- Installing Python + pip --" 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 libjpeg62-turbo-dev -y sudo apt-get install wget git python python-pip build-essential 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 ----" echo -e "\n---- Install python packages/requirements ----"
sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt sudo pip install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt

Loading…
Cancel
Save