Update update add install of ssdv for FunCube image decoding

fc-fctelem
Alan Johnston 11 months ago committed by GitHub
parent 80f8613a37
commit b1428951f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.