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