mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Added Keybase
This commit is contained in:
@@ -2006,6 +2006,13 @@ keka)
|
||||
appNewVersion=$(versionFromGit aonez Keka)
|
||||
expectedTeamID="4FG648TM2A"
|
||||
;;
|
||||
keybase)
|
||||
# credit: Todd Fleisher (@fleish)
|
||||
name="Keybase"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | awk -F\= '{print $2}' | tr -d \")
|
||||
expectedTeamID="99229SGT5K"
|
||||
;;
|
||||
keyboardmaestro)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="Keyboard Maestro"
|
||||
|
||||
@@ -146,6 +146,7 @@ jetbrainstoolbox
|
||||
karabinerelements
|
||||
keepassxc
|
||||
keka
|
||||
keybase
|
||||
keyboardmaestro
|
||||
klokki
|
||||
knockknock
|
||||
|
||||
7
fragments/labels/keybase.sh
Normal file
7
fragments/labels/keybase.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
keybase)
|
||||
# credit: Todd Fleisher (@fleish)
|
||||
name="Keybase"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -s https://keybase.io/docs/the_app/install_macos | grep data-target | awk -F\= '{print $2}' | tr -d \")
|
||||
expectedTeamID="99229SGT5K"
|
||||
;;
|
||||
Reference in New Issue
Block a user