From 8ecdc64e53764251c64491da9dd1f8722c4000eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Wxcaf=C3=A9=20=28Cl=C3=A9ment=20Hertling=29?=
 <wxcafe@wxcafe.net>
Date: Sat, 14 Jul 2018 15:49:58 +0200
Subject: [PATCH] removed comment about postgres

---
 docs/installation/external_dependencies.rst | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/installation/external_dependencies.rst b/docs/installation/external_dependencies.rst
index 55ce9747..98199720 100644
--- a/docs/installation/external_dependencies.rst
+++ b/docs/installation/external_dependencies.rst
@@ -52,15 +52,6 @@ Create the project database and user:
     with music metedata that contains non-ascii chars.
 
 
-On Debian you will also need to allow the funkwhale unix user to access the database:
-
-.. code-block:: shell
-
-    cat | sudo tee -a /etc/postgresql/9.5/main/pg_hba.conf << EOF
-    local   all             funkwhale                               peer
-    EOF
-    sudo systemctl restart postgresql
-
 Assuming you already have :ref:`created your funkwhale user <create-funkwhale-user>`,
 you should now be able to open a postgresql shell:
 
-- 
GitLab