Update update

pacsat-1
Alan Johnston 1 year ago committed by GitHub
parent e90a082149
commit 7fa7aaff67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -365,11 +365,15 @@ fi
cd /home/pi/direwolf
git status
git status | grep 'invert'
if [[ ! $(git status | grep 'invert') ]]; then
echo "updating direwolf to ptt invert version"
git pull
git pull --no-rebase
git checkout invert
make clean
make -j

Loading…
Cancel
Save

Powered by TurnKey Linux.