Update failure
Posted: Wed May 27, 2020 3:02 pm
I attempted to update to the latest release today but failed.
Suggestions please!
Thanks
Clive
Suggestions please!
Thanks
Clive
A place for ATV enthusiasts to get together and discuss all things Television. NOTE - all postings remain the copyright of the author, please get their permission before publishing elsewhere
https://forum.batc.org.uk/
Code: Select all
cd /home/pi
# Stop Langstone if it is running
Langstone/stop
# Remove the old Langstone build
rm -rf Langstone
# Clone the latest version
git clone https://github.com/g4eml/Langstone.git
cd Langstone
# Build the c executable
./build
./run