瀏覽代碼

postgresql packages need version numbers

Bob Mottram 7 年之前
父節點
當前提交
d2bef30573
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-utils-postgresql

+ 1
- 1
src/freedombone-utils-postgresql 查看文件

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