From: rinpatch Date: Fri, 21 Jun 2019 03:32:34 +0000 (+0300) Subject: Change to long adduser options because the short ones only work on busybox X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=16e9304cecc420b9dbdb17f0db13a9a0010ad6cf;p=akkoma Change to long adduser options because the short ones only work on busybox --- 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