Przeglądaj źródła

postgresql packages need version numbers

Bob Mottram 7 lat temu
rodzic
commit
d2bef30573
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-utils-postgresql

+ 1
- 1
src/freedombone-utils-postgresql Wyświetl plik

@@ -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