mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-26 05:04:15 +00:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/disabled/vmwarefusion.sh
Normal file
10
fragments/disabled/vmwarefusion.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user