Change to long adduser options because the short ones only work on busybox
authorrinpatch <rinpatch@sdf.org>
Fri, 21 Jun 2019 03:32:34 +0000 (06:32 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 21 Jun 2019 03:32:34 +0000 (06:32 +0300)
docs/installation/releases_en.md

index 918ae83e1659a2e15ef68cc72dffcfe550a12ee8..df1b022318b7fe7afccce7e6b78833a5661230eb 100644 (file)
@@ -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