From 136b15798e2eb7bf9cbe42dc87825247f2a494cb Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Wed, 29 Sep 2021 16:45:49 +0100 Subject: [PATCH] Update zoom.sh --- zoom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zoom.sh b/zoom.sh index b58fb9e..c18c066 100644 --- a/zoom.sh +++ b/zoom.sh @@ -48,10 +48,10 @@ echo "Latest version available is: $latestver" if [ "$arch" == "arm64" ]; then echo "Running Apple Silicon Setting correct URL" - url=$("https://zoom.us/client/latest/Zoom.pkg?archType=amd64" ) + url="https://zoom.us/client/latest/Zoom.pkg?archType=amd64" else echo "Running Intel Setting correct URL" - url=$("https://zoom.us/client/latest/Zoom.pkg" ) + url="https://zoom.us/client/latest/Zoom.pkg" fi # Get the version number of the currently-installed App, if any.