mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 22:04:41 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/sidekick.sh
Normal file
8
fragments/labels/sidekick.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
sidekick)
|
||||
name="Sidekick"
|
||||
type="dmg"
|
||||
downloadURL="https://api.meetsidekick.com/downloads/df/mac"
|
||||
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/.*-x64-([0-9.]*)-.*/\1/g' )
|
||||
expectedTeamID="N975558CUS"
|
||||
#Company="PushPlayLabs Inc."
|
||||
;;
|
||||
Reference in New Issue
Block a user