Update postgres.sh

This commit is contained in:
FusionPBX 2017-11-06 20:54:06 -07:00 committed by GitHub
parent d2fd4edcbe
commit c5c55bb35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ if [ ."$database_repo" = ."official" ]; then
echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' > /etc/apt/sources.list.d/postgresql.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
apt-get update && apt-get upgrade -y
apt-get install -y --force-yes sudo postgresql
if [ ."$database_version" = ."latest" ]; then
apt-get install -y --force-yes sudo postgresql
fi