diff --git a/Installomator.sh b/Installomator.sh index 5b848cc..21e1463 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -3281,7 +3281,7 @@ zoom) zoomclient) name="zoom.us" type="pkg" - packageID="us.zoom.pkg.videmeeting" + packageID="us.zoom.pkg.videomeeting" if [[ $(arch) == i386 ]]; then downloadURL="https://zoom.us/client/latest/Zoom.pkg" elif [[ $(arch) == arm64 ]]; then diff --git a/fragments/labels/zoomclient.sh b/fragments/labels/zoomclient.sh index fa1b96a..4288a28 100644 --- a/fragments/labels/zoomclient.sh +++ b/fragments/labels/zoomclient.sh @@ -1,7 +1,7 @@ zoomclient) name="zoom.us" type="pkg" - packageID="us.zoom.pkg.videmeeting" + packageID="us.zoom.pkg.videomeeting" if [[ $(arch) == i386 ]]; then downloadURL="https://zoom.us/client/latest/Zoom.pkg" elif [[ $(arch) == arm64 ]]; then