From 24bbe426ad967e72c9deb82d41689849839b156c Mon Sep 17 00:00:00 2001 From: Greg Knackstedt <52809959+gknackstedt@users.noreply.github.com> Date: Tue, 5 Apr 2022 18:57:24 -0400 Subject: [PATCH] Removed version check logic from "bluejeanevents" Application does not have a version number in it's install .pkg --- Installomator.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 8a0c79b..3c45864 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1721,7 +1721,6 @@ 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)