@clobybob28 Thanks this worked for me and got me updated to from 9.0.0 to 9.0.2
I'll maybe add some detail for those not competent with CLI
Connect using putty from your windows PC or other and the IP address of the wetek.
log in using root and libreelec as the password
then type the following commands
cd /storage/.update/flash
nano post-flash.sh
at this point a text editor will be on screen so add these lines to it without the numbers at the start of the lines.
- #!/bin/sh
- export IMAGE_KERNEL="KERNEL"
Press ctrl+x and then y to save
cd /storage/.update
wget releases.libreelec.tvLibreELEC-WeTek_Play.arm-9.0.2.tar
wait for it to finish downloading and then type reboot.
The update should then install correctly.
Hopefully this helps others.