mirror of
https://github.com/mtan93/Installomator.git
synced 2026-05-16 06:08:55 +01:00
bluejeans
This commit is contained in:
+5
-1
@@ -1123,7 +1123,11 @@ blender)
|
|||||||
bluejeans)
|
bluejeans)
|
||||||
name="BlueJeans"
|
name="BlueJeans"
|
||||||
type="pkg"
|
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')
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.*arm.*.pkg" )
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.*x86.*.dmg" | sed 's/dmg/pkg/g')
|
||||||
|
fi
|
||||||
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
appNewVersion=$(echo $downloadURL | cut -d '/' -f6)
|
||||||
expectedTeamID="HE4P42JBGN"
|
expectedTeamID="HE4P42JBGN"
|
||||||
#Company="Verizon"
|
#Company="Verizon"
|
||||||
|
|||||||
Reference in New Issue
Block a user