mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-21 05:10:57 +00:00
fixed 8x8 url, closes #86
This commit is contained in:
@@ -1141,7 +1141,7 @@ r)
|
|||||||
# credit: #D-A-James from MacAdmins Slack and Isaac Ordonez, Mann consulting (@mannconsulting)
|
# credit: #D-A-James from MacAdmins Slack and Isaac Ordonez, Mann consulting (@mannconsulting)
|
||||||
name="8x8 Work"
|
name="8x8 Work"
|
||||||
type="dmg"
|
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"
|
expectedTeamID="FC967L3QRG"
|
||||||
;;
|
;;
|
||||||
egnyte)
|
egnyte)
|
||||||
|
|||||||
Reference in New Issue
Block a user