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*  |