mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
321 B
Bash
9 lines
321 B
Bash
skype)
|
|
name="Skype"
|
|
type="dmg"
|
|
downloadURL="https://get.skype.com/go/getskype-skypeformac"
|
|
appNewVersion=$(curl -is "https://get.skype.com/go/getskype-skypeformac" | grep ocation: | grep -o "Skype-.*dmg" | cut -d "-" -f 2 | cut -d "." -f1-2)
|
|
expectedTeamID="AL798K98FX"
|
|
Company="Microsoft"
|
|
;;
|