fixed 8x8 url, closes #86

This commit is contained in:
Armin Briegel
2020-10-26 17:26:13 +01:00
parent 84a77433c0
commit 0a483127fb

View File

@@ -1141,7 +1141,7 @@ r)
# credit: #D-A-James from MacAdmins Slack and Isaac Ordonez, Mann consulting (@mannconsulting)
name="8x8 Work"
type="dmg"
downloadURL=$(curl -fs -L https://support.8x8.com/cloud-phone-service/voice/work-desktop/download-8x8-work-for-desktop | grep -m 1 -o "https.*dmg")
downloadURL=$(curl -fs -L https://support.8x8.com/cloud-phone-service/voice/work-desktop/download-8x8-work-for-desktop | grep -m 1 -o "https.*dmg" | sed 's/\"//' | awk '{print $1}')
expectedTeamID="FC967L3QRG"
;;
egnyte)