[doc] Arch Linux installation: modified the command for user creation so it works on both Debian and Arch
This commit is contained in:
parent
d84ef107e4
commit
90360c4854
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue