mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-11 22:05:02 +01:00
zoomgov and yed
This commit is contained in:
8
fragments/labels/yed.sh
Normal file
8
fragments/labels/yed.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
yed)
|
||||
# This label assumes accept of these T&C’s: https://www.yworks.com/resources/yed/license.html
|
||||
name="yEd"
|
||||
type="dmg"
|
||||
downloadURL="https://www.yworks.com"$(curl -fs "https://www.yworks.com/products/yed/download" | grep -o -e "/resources/.*\.dmg" | tr " " '\n' | grep -o -e "/resources/.*\.dmg")
|
||||
appNewVersion=$(echo $downloadURL | sed -E 's/.*-([0-9.]*)_.*\.dmg/\1/')
|
||||
expectedTeamID="JD89S887M2"
|
||||
;;
|
||||
7
fragments/labels/zoomgov.sh
Normal file
7
fragments/labels/zoomgov.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
zoomgov)
|
||||
name="zoom.us"
|
||||
type="pkg"
|
||||
downloadURL="https://www.zoomgov.com/client/latest/ZoomInstallerIT.pkg"
|
||||
appNewVersion="$(curl -fsIL ${downloadURL} | grep -i ^location | cut -d "/" -f5)"
|
||||
expectedTeamID="BJ4HAAB9B3"
|
||||
;;
|
||||
Reference in New Issue
Block a user