mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-09 06:13:12 +01:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/launchbar.sh
Normal file
7
fragments/labels/launchbar.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
launchbar)
|
||||
name="LaunchBar"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://obdev.at/products/launchbar/download.html" | xmllint --html --format - 2>/dev/null | grep -m 1 -o "https://.*.dmg")
|
||||
appNewVersion=$( echo ${downloadURL} | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="MLZF7K7B5R"
|
||||
;;
|
||||
Reference in New Issue
Block a user