diff --git a/fragments/labels/bluejeans.sh b/fragments/labels/bluejeans.sh index d3d878a..9dc77dd 100644 --- a/fragments/labels/bluejeans.sh +++ b/fragments/labels/bluejeans.sh @@ -2,7 +2,7 @@ bluejeans) name="BlueJeans" type="pkg" if [[ $(arch) == "arm64" ]]; then - downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeansInstaller.*arm.*.pkg" ) + downloadURL=$(curl -fs "https://www.bluejeans.com/downloads" | xmllint --html --format - 2>/dev/null | grep -o "https://.*BlueJeans.*Installer.*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