Index of /misc/wp1-fix-updates/

NameLast ModifiedSizeType
../ -  Directory
post-flash.sh2023-Feb-06 19:00:400.1Kapplication/octet-stream
[ Manual method to fix image update on WeTek Play ]

My WeTek Play images before v9.2.8.7 as well as the official v9.0.x
images contain a bug that prevents the update from being performed.

The following workaround can provide a solution for this issue:

-- CODE BEGIN ---------------------------------------------------
mount -o remount,rw /flash
cd /flash
wget http://libreelec.dtech.hu/misc/wp1-fix-updates/post-flash.sh
chmod +x post-flash.sh
cd ..
sync
mount -o remount,ro /flash
-- END OF CODE --------------------------------------------------

After that, image updates can be installed without errors.
To perform the update, you need to download the .tar file and copy
it directly to '/storage/.update' directory or to the
'\\<IP-of-your-box>\Update\' share under Samba.
lighttpd/1.4.49 (win64)