mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
323 B
Bash
8 lines
323 B
Bash
remotedesktopmanagerenterprise)
|
|
name="Remote Desktop Manager"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs https://remotedesktopmanager.com/home/thankyou/rdmmacbin | grep -oe "http.*\.dmg" | head -1)
|
|
appNewVersion=$(echo "$downloadURL" | sed -E 's/.*\.Mac\.([0-9.]*)\.dmg/\1/g')
|
|
expectedTeamID="N592S9ASDB"
|
|
;;
|