From ccc58d9dc1e08372d07048cc90cfe226da4f1ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Mon, 22 Nov 2021 15:58:57 +0100 Subject: [PATCH] Update bluejeans.sh --- fragments/labels/bluejeans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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