mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-16 21:03:18 +00:00
11 lines
431 B
Bash
11 lines
431 B
Bash
vagrant)
|
|
# credit: AP Orlebeke (@apizz)
|
|
name="Vagrant"
|
|
type="pkgInDmg"
|
|
pkgName="vagrant.pkg"
|
|
downloadURL=$(curl -fs https://www.vagrantup.com/downloads | tr '><' '\n' | awk -F'"' '/x86_64.dmg/ {print $6}' | head -1)
|
|
#appNewVersion=$( curl -fs https://www.vagrantup.com/downloads.html | grep -i "Current Version" )
|
|
appNewVersion=$(versionFromGit hashicorp vagrant)
|
|
expectedTeamID="D38WU7D763"
|
|
;;
|