Skip to content

Commit

Permalink
install Keybase manually
Browse files Browse the repository at this point in the history
Homebrew version wasn't updated in a while.
  • Loading branch information
fharper committed Feb 26, 2024
1 parent 35777ed commit f1aab7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4270,8 +4270,11 @@ installFromAppStore Jiffy 1502527999
#
# https://github.com/keybase/client
#
# Notes: Homebrew version wasn't updated in a while
#
if [[ "$(isAppInstalled "Keybase")" = "false" ]]; then
installcask keybase
curl -L https://prerelease.keybase.io/Keybase-arm64.dmg --output keybase.dmg
installDMG keybase.dmg true

# Disable Keybase adding itself as a favorite in Finder
touch "/Users/fharper/Library/Application Support/Keybase/finder_disabled.config2"
Expand Down

0 comments on commit f1aab7d

Please sign in to comment.