@ -161,6 +161,7 @@ if [ ! -d "/home/pi/PiSSTVpp" ]; then
fi
if [ ! -d "/home/pi/rpitx" ]; then
if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then
echo "rpitx already updated"
else
@ -170,6 +171,14 @@ else
./update.sh
cd
git clone https://github.com/alanbjohnston/rpitx.git
cd rpitx
./install.sh
if [ ! -d "/home/pi/WiringPi" ]; then
Powered by TurnKey Linux.