Last active
August 15, 2017 01:04
-
-
Save qntmpkts/9eabb88ecf6a7d938ae4758d4448010e to your computer and use it in GitHub Desktop.
Install Keybase inside a ChromeOS Crouton Chroot
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
#!/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