mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
16 lines
451 B
Text
16 lines
451 B
Text
|
The Keybase Go Client, filesystem and GUI
|
||
|
|
||
|
This script package the whole bundle, not just the client app.
|
||
|
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 352 keybasehelper
|
||
|
useradd -u 352 -g keybasehelper \
|
||
|
-c "keybase helper user" -s /bin/false keybasehelper
|
||
|
|
||
|
NOTE: Read README.SBo for more instructions!!
|
||
|
|
||
|
google-go-lang is a runtime dependency.
|