./configurator.sh: command not found
NTMS2017 opened this issue · comments
NTMS2017 commented
********@******-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?
Michael Spiss commented
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?
AristideVB commented
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
Michael Spiss commented
Thanks for the feedback!