Update install move direwolf ahead of gpsd install

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent b74e831334
commit d1b66da38d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.