ソースを参照

Add php postgres module

Bob Mottram 7 年 前
コミット
9136a7a2f9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma ファイルの表示

@@ -797,7 +797,7 @@ function install_pleroma {
797 797
         ONION_ONLY='no'
798 798
     fi
799 799
 
800
-    apt-get -yq install wget imagemagick
800
+    apt-get -yq install wget imagemagick php-pgsql
801 801
 
802 802
     # We need elixir 1.4+ here, so the debian repo package won't do
803 803
     install_elixir