mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-08 14:23:11 +01:00
changed fragments to .sh extension
This commit is contained in:
11
fragments/labels/vagrant.sh
Normal file
11
fragments/labels/vagrant.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
vagrant)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="Vagrant"
|
||||
type="pkgInDmg"
|
||||
pkgName="vagrant.pkg"
|
||||
downloadURL=$(curl -fs https://www.vagrantup.com/downloads | tr '><' '
|
||||
' | 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"
|
||||
;;
|
||||
Reference in New Issue
Block a user