mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 14:23:13 +01:00
changed fragments to .sh extension
This commit is contained in:
10
fragments/labels/virtualbox.sh
Normal file
10
fragments/labels/virtualbox.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
virtualbox)
|
||||
# credit: AP Orlebeke (@apizz)
|
||||
name="VirtualBox"
|
||||
type="pkgInDmg"
|
||||
pkgName="VirtualBox.pkg"
|
||||
downloadURL=$(curl -fs "https://www.virtualbox.org/wiki/Downloads" \
|
||||
| awk -F '"' "/OSX.dmg/ { print \$4 }")
|
||||
appNewVersion=$(curl -fs "https://www.virtualbox.org/wiki/Downloads" | awk -F '"' "/OSX.dmg/ { print \$4 }" | sed -E 's/.*virtualbox\/([0-9.]*)\/.*/\1/')
|
||||
expectedTeamID="VB5E2TV963"
|
||||
;;
|
||||
Reference in New Issue
Block a user