Libreelec install problem

Hello to all,

I ve wanted to install cayenne on my Raspberry Pi 3 running Libreelec 7.90.010
but as I run the command: sudo bash rpi_kkzj58epv8.sh -v
i ll get the following error: rpi_kkzj58epv8.sh: line 6: syntax error: bad substitution

Is it possible to install Cayenne on libreelec or does the installation fail because of some missing “components”?

Thanks

Afaik, MyDevices only supports Jessie and Jessie Lite.

Line 6 looks like this:

HOME="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Also check that bash is at the following location as in line 1:

#!/bin/bash

Effectively, though, you may be able to get it working, but unsupported.

Good Luck.

Craig