mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-03 14:23:05 +01:00
changed fragments to .sh extension
This commit is contained in:
9
fragments/labels/amazonchime.sh
Normal file
9
fragments/labels/amazonchime.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
amazonchime)
|
||||
# credit: @dvsjr macadmins slack
|
||||
name="Amazon Chime"
|
||||
type="dmg"
|
||||
downloadURL="https://clients.chime.aws/mac/latest"
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z.\-]*-([0-9.]*)\..*/\1/g' )
|
||||
expectedTeamID="94KV3E626L"
|
||||
#Company="Amazon"
|
||||
;;
|
||||
Reference in New Issue
Block a user