Ver código fonte

Update postgres.sh

FusionPBX 9 anos atrás
pai
commit
90bc829d22
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      debian/resources/postgres.sh

+ 1 - 1
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 -