mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
new label: lucidlink
This commit is contained in:
8
fragments/labels/lucidlink.sh
Normal file
8
fragments/labels/lucidlink.sh
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
lucidlink)
|
||||||
|
name="Lucid"
|
||||||
|
# https://www.lucidlink.com/download
|
||||||
|
type="pkg"
|
||||||
|
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"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user