Browse Source

postgresql packages need version numbers

Bob Mottram 7 years ago
parent
commit
d2bef30573
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-postgresql

+ 1
- 1
src/freedombone-utils-postgresql View File

64
     fi
64
     fi
65
     ${PROJECT_NAME}-pass -u root -a postgresql -p "$POSTGRESQL_PASSWORD"
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
     apt-get -yq remove --purge apache2-bin*
68
     apt-get -yq remove --purge apache2-bin*
69
     if [ -d /etc/apache2 ]; then
69
     if [ -d /etc/apache2 ]; then
70
         rm -rf /etc/apache2
70
         rm -rf /etc/apache2