mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update screencloudplayer.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
screencloudplayer)
|
screencloudplayer)
|
||||||
# credit: AP Orlebeke (@apizz)
|
|
||||||
name="ScreenCloud Player"
|
name="ScreenCloud Player"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL=$(curl -sL "https://screencloud.com/download" | sed -n 's/^.*"url":"\([^"]*\)".*$/\1/p')
|
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"
|
expectedTeamID="3C4F953K6P"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user