Skip to content

Commit f2ade58

Browse files
authored
[IMP] odoo_install: auto-install libpq for DO servers
See Yenthe666#370 (comment)
1 parent af4199f commit f2ade58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odoo_install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ sudo add-apt-repository universe
6363
sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ xenial main"
6464
sudo apt-get update
6565
sudo apt-get upgrade -y
66+
sudo apt-get install libpq-dev
6667

6768
#--------------------------------------------------
6869
# Install PostgreSQL Server

0 commit comments

Comments
 (0)