mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user