fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
831 stars 233 forks source link

./configurator.sh: command not found #234

Closed NTMS2017 closed 1 year ago

NTMS2017 commented 1 year ago
********@******-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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Thanks for the feedback!