Update postgresql.sh

This commit is contained in:
FusionPBX
2018-05-17 19:15:37 -06:00
committed by GitHub
parent ce0146e084
commit f93f97d2a6

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