We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
********@******-MBP util % sudo ./configurator.sh Password: sudo: ./configurator.sh: command not found
I goto cd util and try to run configurator.sh but I got command not found error. Any idea?
The text was updated successfully, but these errors were encountered:
Hi, there are several things you can try.
chmod +x configurator.sh
#!/bin/bash
Can you try and if, report back what worked?
Sorry, something went wrong.
Hi, there are several things you can try. In the util directory, run chmod +x configurator.sh Replace the first line in configurator.sh with #!/bin/bash Add a newline to configurator.sh Can you try and if, report back what worked?
Thanks, running ./configurator.sh after your 3 steps worked for me
./configurator.sh
Thanks for the feedback!
No branches or pull requests
I goto cd util and try to run configurator.sh but I got command not found error. Any idea?
The text was updated successfully, but these errors were encountered: