From 227c7563566e8724c5473d75c856332d02a2484e Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:37:32 +0100 Subject: [PATCH] Update zoom.sh --- zoom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoom.sh b/zoom.sh index c14b1ca..d922b76 100644 --- a/zoom.sh +++ b/zoom.sh @@ -46,7 +46,7 @@ latestver=$(curl -A ${userAgent} ${releaseNotesUrl} | iconv -f windows-1251 | gr echo "Latest version available is: $latestver" -if [ "${architecture}" == "arm64" ]; then +if [ $architecture == "arm64" ]; then echo "Running Apple Silicon Setting correct URL" url="https://zoom.us/client/latest/Zoom.pkg?archType=amd64" else