Update postgresql.sh

This commit is contained in:
FusionPBX 2018-05-17 19:15:37 -06:00 committed by GitHub
parent ce0146e084
commit f93f97d2a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ if [ ."$database_repo" = ."official" ]; then
if [ ."$database_version" = ."9.6" ]; then
apt-get install -y --force-yes sudo postgresql-$database_version
fi
if [ ."$database_version" = ."9.4" ]; then
apt-get install -y --force-yes sudo postgresql-$database_version
fi
fi
#add PostgreSQL and 2ndquadrant repos