From 90bc829d22e335f75ccf5d3287e5fa5c5cc5e386 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 8 Jun 2016 10:32:47 -0600 Subject: [PATCH] Update postgres.sh --- debian/resources/postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/postgres.sh b/debian/resources/postgres.sh index 08ef5eb..33c20ba 100755 --- a/debian/resources/postgres.sh +++ b/debian/resources/postgres.sh @@ -11,7 +11,7 @@ echo "Install PostgreSQL and create the database and users\n" apt-get install -y --force-yes sudo postgresql #Add PostgreSQL and BDR REPO -#echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' >> /etc/apt/sources.list.d/2ndquadrant.list +#echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' >> /etc/apt/sources.list.d/postgresql.list #echo 'deb http://packages.2ndquadrant.com/bdr/apt/ jessie-2ndquadrant main' >> /etc/apt/sources.list.d/2ndquadrant.list #/usr/bin/wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - #/usr/bin/wget --quiet -O - http://packages.2ndquadrant.com/bdr/apt/AA7A6805.asc | apt-key add -