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 -