Skip to content

Instantly share code, notes, and snippets.

@capsulecorplab
Last active November 24, 2020 06:57
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 capsulecorplab/aaf1e3dd0ae4a34a66dcaec3d4380fc5 to your computer and use it in GitHub Desktop.
Save capsulecorplab/aaf1e3dd0ae4a34a66dcaec3d4380fc5 to your computer and use it in GitHub Desktop.
bash script for installing keybase on 64bit Ubuntu
#!/usr/bin/env bash
# https://keybase.io/docs/the_app/install_linux
curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
sudo apt install ./keybase_amd64.deb
rm keybase_amd64.deb
run_keybase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment