Skip to content

Commit 6fbec3c

Browse files
authored
[FIX] odoo_install: add missing dependencies for Ubuntu 18.04
Fixes Yenthe666#151 - every once in a while people reported this issue.
1 parent 9e82bfb commit 6fbec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo -e "\n--- Installing Python 3 + pip3 --"
6464
sudo apt-get install python3 python3-pip -y
6565

6666
echo -e "\n---- Install tool packages ----"
67-
sudo apt-get install wget git bzr python-pip gdebi-core -y
67+
sudo apt-get install wget git bzr python-pip gdebi-core libpcap-dev libpq-dev -y
6868

6969
echo -e "\n---- Install python packages ----"
7070
sudo apt-get install libxml2-dev libxslt1-dev zlib1g-dev -y

0 commit comments

Comments
 (0)