Implement SSDV installation if not present

Add installation steps for SSDV in FUNcube mode.
master-b-gpio-l
Alan Johnston 1 month ago committed by GitHub
parent 7903b12cbd
commit 8fbe0ea4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -631,6 +631,14 @@ if [ ! -f "/home/pi/fcdctl/fcdctl" ]; then
make fcdpp make fcdpp
fi fi
if [ ! -f "/home/pi/ssdv/ssdv" ]; then
cd
echo "Installing SSDV for FUNcube mode"
git clone https://github.com/alanbjohnston/ssdv.git # install ssdv for FUNcube images
cd ssdv
make
fi
cd cd
#echo "Would you like to reboot to complete the installation (y/n)?" #echo "Would you like to reboot to complete the installation (y/n)?"

Loading…
Cancel
Save

Powered by TurnKey Linux.