Skip to content
New issue

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

./configurator.sh: command not found #234

Closed
NTMS2017 opened this issue Feb 16, 2023 · 3 comments
Closed

./configurator.sh: command not found #234

NTMS2017 opened this issue Feb 16, 2023 · 3 comments

Comments

@NTMS2017
Copy link

********@******-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?

@michaelspiss
Copy link
Collaborator

Hi, there are several things you can try.

  1. In the util directory, run chmod +x configurator.sh
  2. Replace the first line in configurator.sh with #!/bin/bash
  3. Add a newline to configurator.sh

Can you try and if, report back what worked?

@AristideVB
Copy link

AristideVB commented Apr 4, 2023

Hi, there are several things you can try.

  1. In the util directory, run chmod +x configurator.sh
  2. Replace the first line in configurator.sh with #!/bin/bash
  3. 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

@michaelspiss michaelspiss pinned this issue Apr 5, 2023
@michaelspiss
Copy link
Collaborator

Thanks for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants