Firstly I transferred it via dropbox link to the Mac since I do not have a USB drive at the moment.
Once unzipped, when I try to run it it says "[file] could not be executed because you do not have appropriate access privileges".
I control clicked, went to Get Info, and I can see that the user I am logged in with has read and write priviliges. I still get the error above.
Googling the error, it says I should try running the following command in Terminal:
chmod u+x "path-to-file"
I do that and get the error:
zsh: no matches found: (step 1, Mac).command
Next I try opening the .command file in text editor, copy all the text and paste in Terminal and run. No luck either.
Any ideas what I am doing wrong here?