This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo go get keybase && \ | |
| go get github.com/keybase/client/go/keybase && \ | |
| echo go build keybase && \ | |
| go build -tags production github.com/keybase/client/go/keybase && \ | |
| sudo mv keybase /usr/bin/ && \ | |
| echo go build kbfsfuse && \ | |
| go build -tags production github.com/keybase/client/go/kbfs/kbfsfuse && \ | |
| sudo mv kbfsfuse /usr/bin/ && \ |