mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-29 22:04:09 +01:00
lulu is on github
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
lulu)
|
lulu)
|
||||||
name="LuLu"
|
name="LuLu"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL=$( curl -fs "https://objective-see.com/products/lulu.html" | grep https | grep "$type" | head -1 | tr '"' "\n" | grep "^http" )
|
#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' )
|
#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"
|
expectedTeamID="VBG97UB4TA"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user