aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-21 06:32:34 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-21 06:32:34 +0300
commit16e9304cecc420b9dbdb17f0db13a9a0010ad6cf (patch)
tree82215502b49ad6bb90f466878ba78dce84c1c509 /docs
parent4669a56aa37bf02aa6564ef53758879e3a58a6b2 (diff)
downloadpleroma-16e9304cecc420b9dbdb17f0db13a9a0010ad6cf.tar.gz
Change to long adduser options because the short ones only work on busybox
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/releases_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index 918ae83e1..df1b02231 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -70,7 +70,7 @@ rc-service postgresql restart
### Installing Pleroma
```sh
# Create the Pleroma user
-adduser -S -s /bin/false -h /opt/pleroma -H pleroma
+adduser --system --shell /bin/false --home /opt/pleroma pleroma
# Set the flavour environment variable to the string you got in Detecting flavour section.
# For example if the flavour is `arm64-musl` the command will be