From cf487f523359dc58b2618d22eabf523119dae6ac Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 22 May 2019 15:18:18 -0600 Subject: [PATCH] Update postgresql.sh --- debian/resources/postgresql.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/postgresql.sh b/debian/resources/postgresql.sh index 882a0a2..507541d 100755 --- a/debian/resources/postgresql.sh +++ b/debian/resources/postgresql.sh @@ -40,6 +40,7 @@ fi #add PostgreSQL and 2ndquadrant repos if [ ."$database_repo" = ."2ndquadrant" ]; then + apt install -y curl curl https://dl.2ndquadrant.com/default/release/get/deb | bash apt-get install -y sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4 fi