mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 21:02:46 +00:00
@@ -1725,6 +1725,15 @@ menumeters)
|
||||
downloadURL=$(downloadURLFromGit yujitach MenuMeters )
|
||||
expectedTeamID="95AQ7YKR5A"
|
||||
;;
|
||||
vagrant)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="Vagrant"
|
||||
type="pkgInDmg"
|
||||
pkgName="vagrant.pkg"
|
||||
downloadURL=$(curl -fs https://www.vagrantup.com/downloads.html \
|
||||
| tr '><' '\n' | awk -F'"' '/x86_64.dmg/ {print $6}' | head -1)
|
||||
expectedTeamID="D38WU7D763"
|
||||
;;
|
||||
jamfconnect)
|
||||
#credit: @marcelclaus on MacAdmins Slack
|
||||
name="JamfConnect"
|
||||
|
||||
Reference in New Issue
Block a user