Update postgres.sh

This commit is contained in:
FusionPBX 2016-06-08 10:32:47 -06:00
parent 3907b11fe4
commit 90bc829d22
1 changed files with 1 additions and 1 deletions

View File

@ -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 -