Update update fix reinstall rpitx

beta-extra
Alan Johnston 1 year ago committed by GitHub
parent ca847e8aaa
commit 46b51ef160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by TurnKey Linux.