mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
350 B
Bash
9 lines
350 B
Bash
clevershare2)
|
|
name="Clevershare"
|
|
type="dmg"
|
|
printlog "Label for $name broken in test" ERROR
|
|
downloadURL=$(curl -fs https://www.clevertouch.com/eu/clevershare2g | grep -i -o -E "https.*notarized.*\.dmg")
|
|
appNewVersion=$(echo "${downloadURL}" | sed -E 's/.*\/([0-9.]*)\/[0-9]*\/.*\.dmg$/\1/')
|
|
expectedTeamID="P76M9BE8DQ"
|
|
;;
|