Skip to content

Instantly share code, notes, and snippets.

@qntmpkts
Last active August 15, 2017 01:04
Show Gist options
  • Save qntmpkts/9eabb88ecf6a7d938ae4758d4448010e to your computer and use it in GitHub Desktop.
Save qntmpkts/9eabb88ecf6a7d938ae4758d4448010e to your computer and use it in GitHub Desktop.
Install Keybase inside a ChromeOS Crouton Chroot
#!/usr/bin/env sh
_install() {
curl -O https://prerelease.keybase.io/keybase_amd64.deb ~/Downloads/keybase_amd64.deb
sudo enter-chroot -n xenial sudo -S sh -c "sudo dpkg -i ~/Downloads/keybase_amd64.deb && sudo apt-get install -f"
}
_install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment