Further tidying and making

This commit is contained in:
2020-02-25 21:09:30 +00:00
committed by Andrejus
parent 549d6ce88d
commit c4ce39b965
15 changed files with 101 additions and 68 deletions

View File

@@ -5,12 +5,14 @@
#
# 1.keybase is installed
if [ ! hash fish ] 2>/dev/null; then
if [ ! hash keybase ] 2>/dev/null
then
printf "Installing keybase...\n"
curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb
sudo apt install ./keybase_amd64.deb
sudo apt-get install -y ./keybase_amd64.deb
run_keybase
fi
printf "keybase is installed\n"