Script to update to the latest nightly version of openelec for the Raspberry Pi in a SSH-Session. There is a thread in the openelec forums about a update script (http://openelec.tv/forum/133-installation/42383-update-script-for-openelec-on-raspberry-pi) but no central place to get it. So i thought to gather everything in a git repo. So thank everyone in the original thread...
- Login to your Raspberry Pi using SSH
- Download the update.sh script with
curl https://raw.github.com/xsteadfastx/rpi-openelec-upgrade/master/update.sh > update.sh
- Make it with
chmod +x update.sh
executable - Running it with
./update.sh
Use it on your own risk!!!
I found out that there is a really awesome Update script from ericab under https://github.com/wavrunrx/OpenELEC_Dev