mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
319 B
Bash
9 lines
319 B
Bash
applesfsymbols|\
|
|
sfsymbols)
|
|
name="SF Symbols"
|
|
type="pkgInDmg"
|
|
downloadURL=$( curl -fs "https://developer.apple.com/sf-symbols/" | grep -oe "https.*\.dmg" | head -1 )
|
|
appNewVersion=$( echo "$downloadURL" | head -1 | sed -E 's/.*SF-Symbols-([0-9.]*)\..*/\1/g')
|
|
expectedTeamID="Software Update"
|
|
;;
|