Anyone ? - please help do actual *upgrade*
There should really be a guide for that.
Log into your machine via SSH, I'm going to assume you know how to do that
- ssh into your machine (username: root, pass: libreelec unless you changed it)
Optional Backup Settings (I have a lot of movies, so I did this to avoid having to rescan and make a new database)
- "systemctl stop kodi"
- "mv /storage/.kodi /storage/.kodi-old"
Optional Backup your Backup in case you screw up some later steps
- "cd /storage/.kodi-old"
- "tar -czf userdata.tar.gz userdata"
Download and install the update (I'm assuming you're doing this on a PC, otherwise, the image file changes)
- "cd /storage/.update"
- "wget http://releases.libreelec.tv/LibreELEC-Gene…4-10.0.0.img.gz"
- "reboot now"
Optional Restore Settings
- The first time you start 10.0.0 it'll have some on-screen questions for you to answer. Make sure you do that first before doing the following steps or you're going to end up overwriting your old settings and then you'll be sad.
- ssh into your machine again (after you answered those on-screen questions)
- "systemctl stop kodi"
- "mv /storage/.kodi-old/userdata /storage/.kodi/userdata"
- "systemctl start kodi"
* disclosure: I'm no expert, you're doing this at your own risk!