Files
Installomator/fragments/labels/lulu.sh
Søren Theilgaard 8c8ea13ad3 lulu is on github
2021-09-08 10:20:57 +02:00

10 lines
425 B
Bash

lulu)
name="LuLu"
type="dmg"
#downloadURL=$( curl -fs "https://objective-see.com/products/lulu.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" )
#appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
downloadURL=$(downloadURLFromGit objective-see LuLu)
appNewVersion=$(versionFromGit objective-see LuLu)
expectedTeamID="VBG97UB4TA"
;;