postgresql packages need version numbers

This commit is contained in:
Bob Mottram 2017-11-07 17:53:56 +00:00
parent 0f2aff6827
commit d2bef30573
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function install_postgresql {
fi
${PROJECT_NAME}-pass -u root -a postgresql -p "$POSTGRESQL_PASSWORD"
apt-get -yq install postgresql postgresql-contrib postgresql-client
apt-get -yq install postgresql-9.6 postgresql-contrib-9.6 postgresql-client
apt-get -yq remove --purge apache2-bin*
if [ -d /etc/apache2 ]; then
rm -rf /etc/apache2