mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-16 14:18:55 +01:00
changed fragments to .sh extension
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
lulu)
|
||||
name="LuLu"
|
||||
type="dmg"
|
||||
downloadURL=$( curl -fs "https://objective-see.com/products/lulu.html" | grep https | grep "$type" | head -1 | tr '"' "
|
||||
" | grep "^http" )
|
||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*_([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="VBG97UB4TA"
|
||||
;;
|
||||
Reference in New Issue
Block a user