diff options
author | Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com> | 2019-04-17 11:32:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-17 11:32:42 +0700 |
commit | 04fcd124d520b3a3183a565b0aad6b075e4ad3d9 (patch) | |
tree | ff68589de1d4e786c755aa36015c0fd178bff2b6 | |
parent | d3edd6b98b900259de2a9e3e85161805e3779c70 (diff) | |
download | slackbuilds-04fcd124d520b3a3183a565b0aad6b075e4ad3d9.tar.gz |
system/kbfs: Fix README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/kbfs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kbfs/README b/system/kbfs/README index 6de9a0c684..9d12908351 100644 --- a/system/kbfs/README +++ b/system/kbfs/README @@ -6,7 +6,7 @@ Choose one between kbfs or keybase. Do not install both. You will need to create a new user keybasehelper before building this package. -groupadd -g keybasehelper keybasehelper +groupadd -g 352 keybasehelper useradd -u 352 -g keybasehelper -c "keybase helper user" -s /bin/false keybasehelper NOTE: Read README.SBo for more instructions!! |