mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-10 06:13:12 +01:00
Removed version check logic from "bluejeanevents"
Application does not have a version number in it's install .pkg
This commit is contained in:
@@ -1721,7 +1721,6 @@ bluejeansevents)
|
|||||||
name="BlueJeans Events"
|
name="BlueJeans Events"
|
||||||
type="pkg"
|
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" )
|
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"
|
expectedTeamID="HE4P42JBGN"
|
||||||
;;
|
;;
|
||||||
boxdrive)
|
boxdrive)
|
||||||
|
|||||||
Reference in New Issue
Block a user