Hello,
I try to install the Pi Desktop package on LibreELEC. It mainly consists of several python files to be copied to /usr/share/. There is already a thread here dealing with this issue, but it just is discussing about a small solution.
I did download the Debian Source Package from v1.1.0.tar.gz and want to make my own install script.
In LibreELEC this is a read-only area created from /flash/SYSTEM. What is the best way to install these files?
- somehow get it into /usr/share by merging it into /flash/SYSTEM?
- create a second location in the rw area (e.g. /storage/.kodi/system/usr)?
Sam