mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
|
|
vmwarefusion)
|
|
#TODO: vmwarefusion installation process needs testing
|
|
# credit: Erik Stam (@erikstam)
|
|
name="VMware Fusion"
|
|
type="dmg"
|
|
downloadURL="https://www.vmware.com/go/getfusion"
|
|
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*Fusion-([0-9.]*)-.*/\1/g' )
|
|
expectedTeamID="EG7KH642X6"
|
|
;;
|