mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
350 B
Bash
10 lines
350 B
Bash
lucid)
|
|
name="lucid"
|
|
type="pkg"
|
|
packageID="com.lucidlink"
|
|
downloadURL="https://www.lucidlink.com/download/latest/osx/stable/"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="Y4KMJPU2B4"
|
|
blockingProcesses=( Lucid )
|
|
;;
|