mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 05:10:57 +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)
|
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
||||||
expectedTeamID="HE4P42JBGN"
|
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)
|
boxdrive)
|
||||||
name="Box"
|
name="Box"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ bettertouchtool
|
|||||||
bitwarden
|
bitwarden
|
||||||
blender
|
blender
|
||||||
bluejeans
|
bluejeans
|
||||||
|
bluejeansevents
|
||||||
boxdrive
|
boxdrive
|
||||||
boxsync
|
boxsync
|
||||||
boxtools
|
boxtools
|
||||||
|
|||||||
Reference in New Issue
Block a user