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