Skip to content

Instantly share code, notes, and snippets.

@lmlsna
Created May 8, 2020 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmlsna/452affb416b23e3cd821c46ba4202404 to your computer and use it in GitHub Desktop.
Save lmlsna/452affb416b23e3cd821c46ba4202404 to your computer and use it in GitHub Desktop.
server keybase install
#!/bin/bash
deb="$(mktemp --suffix='.deb')"
curl --output "$deb" 'https://prerelease.keybase.io/keybase_amd64.deb'
sudo apt install "$deb"
run_keybase -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment