mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
475 B
Bash
10 lines
475 B
Bash
ipvisionconnect)
|
|
name="ipvision Connect"
|
|
type="dmg"
|
|
# Description: A softphone client from ipvision.dk
|
|
downloadStore="https://my.ipvision.dk/connect/"
|
|
downloadURL="${downloadStore}$(curl -fs "https://my.ipvision.dk/connect/" | grep osx | sort | tail -1 | cut -d '"' -f2)"
|
|
appNewVersion="$(curl -fs "${downloadStore}" | grep osx | sort | tail -1 | sed -E 's/.*ipvision_connect_([0-9_]*)_osx.*/\1/' | tr "_" ".")"
|
|
expectedTeamID="5RLWBLKGL2"
|
|
;;
|