mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-04 06:13:14 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/hazel.sh
Normal file
9
fragments/labels/hazel.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
hazel)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="Hazel"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fsI https://www.noodlesoft.com/Products/Hazel/download | grep -i "^location" | awk '{print $2}' | tr -d '
|
||||
')
|
||||
appNewVersion=$(curl -fsI https://www.noodlesoft.com/Products/Hazel/download | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g')
|
||||
expectedTeamID="86Z3GCJ4MF"
|
||||
;;
|
||||
Reference in New Issue
Block a user