dougy147 / mcbash

Find MAC addresses on IPTV providers.
GNU General Public License v3.0
102 stars 35 forks source link

mcbash #17

Closed laki2021 closed 11 months ago

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

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

igorkolev commented 12 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