mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-13 06:13:12 +01:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/labels/alfred.sh
Normal file
10
fragments/labels/alfred.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
alfred)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="Alfred"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs https://www.alfredapp.com | awk -F '"' "/dmg/ {print \$2}" | head -1)
|
||||
appNewVersion=$(echo "${downloadURL}" | sed -E 's/.*Alfred_([0-9.]*)_.*/\1/')
|
||||
appName="Alfred 4.app"
|
||||
expectedTeamID="XZZXE9SED4"
|
||||
#Company="Running with Crayons Ltd"
|
||||
;;
|
||||
Reference in New Issue
Block a user