mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
403 B
Bash
9 lines
403 B
Bash
ibmnotifier)
|
|
name="IBM Notifier"
|
|
type="zip"
|
|
downloadURL="$(downloadURLFromGit IBM mac-ibm-notifications)"
|
|
#appNewVersion="$(versionFromGit IBM mac-ibm-notifications)"
|
|
appNewVersion="$(curl -sLI "https://github.com/IBM/mac-ibm-notifications/releases/latest" | grep -i "^location" | tr "/" "\n" | tail -1 | cut -d "-" -f2 | sed 's/[^0-9\.]//g')"
|
|
expectedTeamID="PETKK2G752"
|
|
;;
|