Explorar el Código

Add php postgres module

Bob Mottram hace 7 años
padre
commit
9136a7a2f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma Ver fichero

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