mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Merge pull request #473 from scriptsandthings/dev
Added BlueJeans Events by Verizon label
This commit is contained in:
@@ -1758,6 +1758,12 @@ bluejeans)
|
||||
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
||||
expectedTeamID="HE4P42JBGN"
|
||||
;;
|
||||
bluejeansevents)
|
||||
name="BlueJeans Events"
|
||||
type="pkg"
|
||||
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://swdl.bluejeans.com/events/release/beta/downloads/BlueJeans_Events.pkg" )
|
||||
expectedTeamID="HE4P42JBGN"
|
||||
;;
|
||||
boxdrive)
|
||||
name="Box"
|
||||
type="pkg"
|
||||
|
||||
@@ -56,6 +56,7 @@ bettertouchtool
|
||||
bitwarden
|
||||
blender
|
||||
bluejeans
|
||||
bluejeansevents
|
||||
boxdrive
|
||||
boxsync
|
||||
boxtools
|
||||
|
||||
Reference in New Issue
Block a user