Added install logic for BlueJeans Events

BlueJeans Events by Verizon only has one install package available currently, does not have architecture specific URLs.
Added install logic for "bluejeansevents" starting on line 1720
This commit is contained in:
Greg Knackstedt
2022-04-05 18:34:28 -04:00
committed by GitHub
parent f0f4ff5747
commit b160291753

View File

@@ -1717,6 +1717,13 @@ 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" )
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
expectedTeamID="HE4P42JBGN"
;;
boxdrive)
name="Box"
type="pkg"