mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
285 B
Bash
9 lines
285 B
Bash
vagrant)
|
|
name="Vagrant"
|
|
type="pkgInDmg"
|
|
pkgName="vagrant.pkg"
|
|
downloadURL=$(curl -fs "https://www.vagrantup.com/downloads" | tr '"' '\n' | grep "^https.*\.dmg$" | head -1)
|
|
appNewVersion=$( echo $downloadURL | cut -d "/" -f5 )
|
|
expectedTeamID="D38WU7D763"
|
|
;;
|