[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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue