Update postgresql.sh
This commit is contained in:
parent
ce0146e084
commit
f93f97d2a6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue