Files
Installomator/fragments/labels/lucidlink.sh
Iñaky Martinez b1df345814 Updated name
Updated name :)
2022-10-11 14:23:09 +02:00

9 lines
357 B
Bash

lucidlink)
name="lucidlink"
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 )
;;