Update update added git pull to rpitx update

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 24aca1430f
commit 1d494238e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -161,10 +161,13 @@ fi
if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then
echo "rpitx already updated" echo "rpitx already updated"
else else
echo "updating rpitx" echo "updating rpitx"
/home/pi/rpitx/update.sh cd /home/pi/rpitx
fi git pull
./update.sh
cd
fi
cd /home/pi/pi-power-button cd /home/pi/pi-power-button

Loading…
Cancel
Save

Powered by TurnKey Linux.