mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/vmwarehorizonclient.sh
Normal file
8
fragments/labels/vmwarehorizonclient.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
vmwarehorizonclient)
|
||||
# credit: Oh4sh0 https://github.com/Oh4sh0
|
||||
name="VMware Horizon Client"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://my.vmware.com/channel/public/api/v1.0/dlg/details?locale=en_US&downloadGroup=CART21FQ2_MAC_800&productId=1027&rPId=48989" | grep -o 'Url.*..dmg"' | cut -d '"' -f3)
|
||||
appNewVersion=$(curl -fs "https://my.vmware.com/channel/public/api/v1.0/dlg/details?locale=en_US&downloadGroup=CART21FQ2_MAC_800&productId=1027&rPId=48989" | sed 's/.*-\(.*\)-.*/\1/')
|
||||
expectedTeamID="EG7KH642X6"
|
||||
;;
|
||||
Reference in New Issue
Block a user