mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
343 B
Bash
9 lines
343 B
Bash
scaleft)
|
|
name="ScaleFT"
|
|
type="pkg"
|
|
downloadURL="https://dist.scaleft.com/client-tools/mac/latest/ScaleFT.pkg"
|
|
appNewVersion=$(curl -sf "https://dist.scaleft.com/client-tools/mac/" | awk '/dir/{i++}i==2' | sed -nre 's/^[^0-9]*(([0-9]+\.)*[0-9]+).*/\1/p')
|
|
expectedTeamID="HV2G9Z3RP5"
|
|
blockingProcesses=( ScaleFT )
|
|
;;
|