From b1428951f495b178e9c089c9650a5ab07fc9330b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 5 Feb 2025 09:09:31 -0500 Subject: [PATCH] Update update add install of ssdv for FunCube image decoding --- update | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/update b/update index fcef1749..1f8e12e1 100755 --- a/update +++ b/update @@ -213,6 +213,16 @@ if [ ! -d "/home/pi/WiringPi" ]; then fi +if [ ! -d "/home/pi/ssdv" ]; then + + cd + git clone https://github.com/alanbjohnston/ssdv.git # install ssdv for FunCube images + cd ssdv + make + cd + FLAG=1 +fi + cd /home/pi/pi-power-button git checkout master