forked from norman/fusionpbx-install.sh-github-mirror
Update postgresql.sh
This commit is contained in:
3
debian/resources/postgresql.sh
vendored
3
debian/resources/postgresql.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user