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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.