mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 14:23:05 +01:00
Add a label of Karabiner-Elements
This commit is contained in:
@@ -467,7 +467,12 @@ case $label in
|
|||||||
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
downloadURL=$(curl -fs https://royaltsx-v4.royalapps.com/updates_stable | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
|
||||||
expectedTeamID="VXP8K9EDP6"
|
expectedTeamID="VXP8K9EDP6"
|
||||||
;;
|
;;
|
||||||
|
karabinerelements)
|
||||||
|
name="Karabiner-Elements"
|
||||||
|
type="pkgInDmg"
|
||||||
|
downloadURL=$(downloadURLFromGit pqrs-org Karabiner-Elements)
|
||||||
|
expectedTeamID="G43BCU2T37"
|
||||||
|
;;
|
||||||
|
|
||||||
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
# Note: Packages is signed but _not_ notarized, so spctl will reject it
|
||||||
# packages)
|
# packages)
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ googledrivefilestream
|
|||||||
grandperspective
|
grandperspective
|
||||||
handbrake
|
handbrake
|
||||||
iterm2
|
iterm2
|
||||||
|
karabinerelements
|
||||||
malwarebytes
|
malwarebytes
|
||||||
microsoftautoupdate
|
microsoftautoupdate
|
||||||
microsoftcompanyportal
|
microsoftcompanyportal
|
||||||
|
|||||||
Reference in New Issue
Block a user