Here’s an easy way to update the OpenELEC running on a CuBox-i easily:
1 2 3 |
cd ~/.update curl http://snapshots.openelec.tv/`curl http://snapshots.openelec.tv/ | grep OpenELEC-Cuboxi | cut -d\" -f2` | tar x mv OpenELEC*/target/* . && rm -r OpenELEC* |
Hi,
Just learned a few days ago that update files do not need to be unpacked anymore. So you can simply trow the tar into .update.
Felix, is there any way you can share where you learnt this ?