Change to long adduser options because the short ones only work on busybox
This commit is contained in:
parent
4669a56aa3
commit
16e9304cec
|
@ -70,7 +70,7 @@ rc-service postgresql restart
|
||||||
### Installing Pleroma
|
### Installing Pleroma
|
||||||
```sh
|
```sh
|
||||||
# Create the Pleroma user
|
# 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.
|
# 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
|
# For example if the flavour is `arm64-musl` the command will be
|
||||||
|
|
Loading…
Reference in New Issue