mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-07 21:21:55 +00:00
Update lucid.sh
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
lucid)
|
||||
name="lucid-2.1.4032"
|
||||
name="lucid"
|
||||
type="pkg"
|
||||
packageID="com.lucidlink"
|
||||
downloadURL="https://d3il9duqikhdqy.cloudfront.net/latest/osx/lucid-2.1.4032.pkg"
|
||||
appNewVersion="2.1.4032"
|
||||
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 )
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user