From 55b6bb66a15710f22662faebeaaf064997c24c3d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Dec 2024 10:22:28 -0500 Subject: [PATCH] Update update fixed direwolf update --- update | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/update b/update index f612f69e..8bfed65e 100755 --- a/update +++ b/update @@ -363,14 +363,18 @@ cd fi -cd rpitx +cd direwolf if [[ ! $(git status | grep 'invert') ]]; then - echo "updating rpitx to ptt invert branch" + echo "updating direwolf to ptt invert version" + git pull git checkout invert - ./update.sh + make clean + make -j + sudo make install + make install-rpi cd fi