From 90360c4854eab1e1daf68c54214816747d36f738 Mon Sep 17 00:00:00 2001
From: Reg <reg@disroot.org>
Date: Mon, 2 Jul 2018 19:57:50 +0200
Subject: [PATCH] [doc] Arch Linux installation: modified the command for user
 creation so it works on both Debian and Arch

---
 docs/installation/debian.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/installation/debian.rst b/docs/installation/debian.rst
index 2381e466..34ce91a7 100644
--- a/docs/installation/debian.rst
+++ b/docs/installation/debian.rst
@@ -41,7 +41,7 @@ Create the user and the directory:
 
 .. code-block:: shell
 
-    sudo adduser --system --home /srv/funkwhale funkwhale
+    sudo useradd -r -s /usr/bin/nologin -d /srv/funkwhale -m funkwhale
     cd /srv/funkwhale
 
 Log in as the newly created user from now on:
-- 
GitLab