[FIX] odoo_install: add missing dependencies for Ubuntu 18.04

Fixes https://github.com/Yenthe666/InstallScript/issues/151 - every once in a while people reported this issue.
pull/165/head
Yenthe V.G 7 years ago committed by GitHub
parent 9e82bfbd2b
commit 6fbec3cb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ echo -e "\n--- Installing Python 3 + pip3 --"
sudo apt-get install python3 python3-pip -y sudo apt-get install python3 python3-pip -y
echo -e "\n---- Install tool packages ----" echo -e "\n---- Install tool packages ----"
sudo apt-get install wget git bzr python-pip gdebi-core -y sudo apt-get install wget git bzr python-pip gdebi-core libpcap-dev libpq-dev -y
echo -e "\n---- Install python packages ----" echo -e "\n---- Install python packages ----"
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev -y sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev -y

Loading…
Cancel
Save