dougy147 / mcbash

bash script to find valid MAC addresses on some IPTV platform
GNU General Public License v3.0
89 stars 34 forks source link

mcbash #17

Closed laki2021 closed 9 months ago

igorkolev commented 10 months ago

Hello,

Can you help me please with this error?

idebian@debian:~/mcbash$ sudo make install mkdir -p /usr/local/bin sh build.sh

dougy147 commented 10 months ago

Hi, You can try changing the first line in build.sh from #!/bin/sh to #!/bin/bash.

If that still doesn't work, try replacing every occurrence of [[ and ]] by [ and ] in build.sh.

xylozd commented 9 months ago

I was getting the same issue. So i installed docker instead ,.. and run via docker is still simple. :)

igorkolev commented 9 months ago

I was getting the same issue. So i installed docker instead ,.. and run via docker is still simple. :) yes, now it's OK Thank you