From 1d494238e335f5f385366a7f0d4f148157829b7b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 21 Jul 2024 15:23:09 -0400 Subject: [PATCH] Update update added git pull to rpitx update --- update | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/update b/update index 5e3098b6..304bd83a 100755 --- a/update +++ b/update @@ -161,10 +161,13 @@ fi if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then echo "rpitx already updated" - else +else echo "updating rpitx" - /home/pi/rpitx/update.sh - fi + cd /home/pi/rpitx + git pull + ./update.sh + cd +fi cd /home/pi/pi-power-button