further cleanup

update docs and tests
This commit is contained in:
Andrejus
2020-03-03 00:05:41 +00:00
parent 1c7586139f
commit 638c907c06
17 changed files with 266 additions and 68 deletions

18
install/31-keybase.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#
# After running this script:
# 1. keybase is installed
#
# 1.keybase is installed
if not_installed "keybase"; then
printf "Installing keybase...\n"
curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
install keybase_amd64.deb
rm keybase_amd64.deb
fi
printf "keybase is installed\n"
keybase --version