[IMP] odoo_install: auto-install libpq for DO servers

See https://github.com/Yenthe666/InstallScript/issues/370#issuecomment-1293032277
pull/372/merge
Yenthe Van Ginneken 3 years ago committed by GitHub
parent af4199f9da
commit f2ade58ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,6 +63,7 @@ sudo add-apt-repository universe
sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ xenial main"
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install libpq-dev
#--------------------------------------------------
# Install PostgreSQL Server

Loading…
Cancel
Save