From d1b66da38d7d4ebd993af119afbd8d908bc4e008 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 20 Jan 2026 22:39:53 -0500 Subject: [PATCH] Update install move direwolf ahead of gpsd install --- install | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/install b/install index 6b2a2e39..1793dc31 100755 --- a/install +++ b/install @@ -71,6 +71,18 @@ sudo apt-get update && sudo apt-get dist-upgrade -y sudo apt-get remove pulseaudio -y +cd + +git clone https://github.com/alanbjohnston/direwolf.git + +cd direwolf + +make -j + +sudo make install + +make install-rpi + # removed wiringpi and python-picamera python3-picamera sudo apt-get install -y git libasound2-dev i2c-tools build-essential libgd-dev libmagic-dev minicom gpsd gpsd-clients libgps-dev python3-gps @@ -114,19 +126,6 @@ else echo "b" > .mode fi -cd - -git clone https://github.com/alanbjohnston/direwolf.git - -cd direwolf - -make -j - -sudo make install - -make install-rpi - - cd git clone https://github.com/alanbjohnston/pi-power-button.git