mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
changed fragments to .sh extension
This commit is contained in:
7
fragments/labels/omnidisksweeper.sh
Normal file
7
fragments/labels/omnidisksweeper.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
omnidisksweeper)
|
||||
name="OmniDiskSweeper"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://update.omnigroup.com/appcast/com.omnigroup.OmniDiskSweeper" | xpath '(//rss/channel/item/enclosure/@url)[1]' 2>/dev/null | head -1 | cut -d '"' -f 2)
|
||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="34YW5XSRB7"
|
||||
;;
|
||||
Reference in New Issue
Block a user