mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
bluejeans)
|
|
name="BlueJeans"
|
|
type="pkg"
|
|
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.dmg" | sed 's/dmg/pkg/g')
|
|
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
|
expectedTeamID="HE4P42JBGN"
|
|
#Company="Verizon"
|
|
;;
|