mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge branch 'Karabiner-Elements' of https://github.com/kenchan0130/Installomator into onishi-prs
This commit is contained in:
@@ -516,6 +516,13 @@ case $label in
|
|||||||
downloadURL=$(curl -fs https://freemacsoft.net/appcleaner/Updates.xml | xpath '//rss/channel/*/enclosure/@url' 2>/dev/null | tr " " "\n" | sort | tail -1 | cut -d '"' -f 2)
|
downloadURL=$(curl -fs https://freemacsoft.net/appcleaner/Updates.xml | xpath '//rss/channel/*/enclosure/@url' 2>/dev/null | tr " " "\n" | sort | tail -1 | cut -d '"' -f 2)
|
||||||
expectedTeamID="X85ZX835W9"
|
expectedTeamID="X85ZX835W9"
|
||||||
;;
|
;;
|
||||||
|
karabinerelements)
|
||||||
|
# credit: Tadayuki Onishi (@kenchan0130)
|
||||||
|
name="Karabiner-Elements"
|
||||||
|
type="pkgInDmg"
|
||||||
|
downloadURL=$(downloadURLFromGit pqrs-org Karabiner-Elements)
|
||||||
|
expectedTeamID="G43BCU2T37"
|
||||||
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ iterm2
|
|||||||
jamfpppcutility
|
jamfpppcutility
|
||||||
jamfmigrator
|
jamfmigrator
|
||||||
jamfreenroller
|
jamfreenroller
|
||||||
|
karabinerelements
|
||||||
malwarebytes
|
malwarebytes
|
||||||
microsoftautoupdate
|
microsoftautoupdate
|
||||||
microsoftcompanyportal
|
microsoftcompanyportal
|
||||||
|
|||||||
Reference in New Issue
Block a user