Browse Source

Add php postgres module

Bob Mottram 7 years ago
parent
commit
9136a7a2f9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma View File

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