From 83c882f77c5b8faa51b0c996a6e64c25eec3f4c3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 07:21:17 -0600 Subject: [PATCH] Update postgresql.sh --- ubuntu/resources/postgresql.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu/resources/postgresql.sh b/ubuntu/resources/postgresql.sh index 507541d..31584bd 100755 --- a/ubuntu/resources/postgresql.sh +++ b/ubuntu/resources/postgresql.sh @@ -45,6 +45,9 @@ if [ ."$database_repo" = ."2ndquadrant" ]; then apt-get install -y sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4 fi +#add additional dependencies +apt install -y libpq-dev + #systemd systemctl daemon-reload systemctl restart postgresql