mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
310 B
Bash
8 lines
310 B
Bash
screencloudplayer)
|
|
name="ScreenCloud Player"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs "https://screencloud.com/download" | sed -n 's/^.*"url":"\(https.*\.dmg\)".*$/\1/p')
|
|
appNewVersion=$( echo $downloadURL | sed -e 's/.*\/ScreenCloud.*\-\([0-9.]*\)\.dmg/\1/g' )
|
|
expectedTeamID="3C4F953K6P"
|
|
;;
|