mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
432 B
Bash
9 lines
432 B
Bash
jabradirect)
|
|
name="Jabra Direct"
|
|
type="pkgInDmg"
|
|
packageID="com.jabra.directonline"
|
|
downloadURL="https://jabraxpressonlineprdstor.blob.core.windows.net/jdo/JabraDirectSetup.dmg"
|
|
appNewVersion=$(curl -fs https://www.jabra.com/Support/release-notes/release-note-jabra-direct | grep -oe "Release version:.*[0-9.]*<" | head -1 | cut -d ">" -f2 | cut -d "<" -f1 | sed 's/ //g')
|
|
expectedTeamID="55LV32M29R"
|
|
;;
|