mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
new label: ibmnotifier
This commit is contained in:
8
fragments/labels/ibmnotifier.sh
Normal file
8
fragments/labels/ibmnotifier.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
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"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user