mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
369 B
Bash
9 lines
369 B
Bash
clevershare2)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="Clevershare"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs https://archive.clevertouch.com/clevershare2g | grep -i "_Mac" | tr '"' "\n" | grep "^http.*dmg")
|
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z-]*_Mac\.([0-9.]*)\.[0-9]*\.dmg$/\1/g' )
|
|
expectedTeamID="P76M9BE8DQ"
|
|
;;
|