mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 22:04:49 +01:00
changed fragments to .sh extension
This commit is contained in:
16
fragments/labels/sketch.sh
Normal file
16
fragments/labels/sketch.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
sketch)
|
||||
name="Sketch"
|
||||
type="zip"
|
||||
downloadURL=$(curl -sf https://www.sketch.com/downloads/mac/ | grep 'href="https://download.sketch.com' | sed -E 's/.*href=\"(.*)\".?/\1/g')
|
||||
appNewVersion=$(curl -fs https://www.sketch.com/updates/ | grep "Sketch Version" | head -1 | sed -E 's/.*Version ([0-9.]*)<.*/\1/g') # version from update page
|
||||
expectedTeamID="WUGMZZ5K46"
|
||||
;;
|
||||
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"
|
||||
PatchSkip="YES"
|
||||
;;
|
||||
Reference in New Issue
Block a user