Selaa lähdekoodia

Add php postgres module

Bob Mottram 7 vuotta sitten
vanhempi
commit
9136a7a2f9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma Näytä tiedosto

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