Pimoroni Blinkt

Does anyone know how to get the required files installed to get this working on OSMC, the provided installer gets an error when I try to run it.

“curl https://get.pimoroni.com/blinkt | bash”

Error -
bash: line 294: ip: command not found

Well the error is relatively clear for trouble shooting. The script in line 294 calls the command ip which it can not find.
So either it is looking at the wrong place or you don’t have ip installed.

which ip will tell you if you have ip and where it is installed

FYI, I just looked at that install script. Quite intrusive with a potential to break OSMC.

See if you can contact Pimoroni about this.
I’m sure they’ll be happy to help.

Cheers

Sam