Guides for OS X
-
Thank you, I will give this a try... I am on an iMac with external storage, so not a macbook or macbook pro. I will give this a shot!
-
error permission denied when runing .sh file.... help please
-
sudo the sh file
-
chmod +x file.sh - The chmod is change access permissions, add execute
-IceBurst
-
what are the terminal commands. image is cut off.
-
you need to make the file executable. in terminal, cd into the directory, then issue the following command
chmod +x run.sh
hit enter
after that just run the file by entering the following still within the same directory:
./run.sh
That is all you need to do
-
The above problem has been solved. I provided him with live support through TeamViewer.
I did the exact thing you described.
-
@FrilledShark Thanks again for your help. I greatly appreciate it.
-
"-bash: ./run.bat: Permission denied" this is the exact error I get when I put it into terminal. MacBook Pro Mid-2015 13-inch Retina Display btw if that makes a difference.
-
OMG nvm, I scrolled up and saw @Jumper comment thank you so much. :)

