From d29fec987759a6be7f8c590342b7f7273a8875bf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Feb 2026 23:28:28 -0500 Subject: [PATCH] Update install move direwolf and libraspberrypi-dev installs --- install | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/install b/install index 68a577b3..3d5dc123 100755 --- a/install +++ b/install @@ -61,18 +61,6 @@ else echo "0\n" > /home/pi/CubeSatSim/command_count.txt fi -touch /home/pi/CubeSatSim/command_control_direwolf - -CubeSatSim/config -c -n - -CubeSatSim/config -l -n - -sudo apt-get update && sudo apt-get dist-upgrade -y - -sudo apt-get remove pulseaudio -y - -sudo apt-get install -y gcc g++ make cmake libasound2-dev libudev-dev libavahi-client-dev libgpiod-dev raspi-config libraspberrypi-dev - cd git clone https://github.com/alanbjohnston/direwolf.git @@ -85,6 +73,20 @@ sudo make install make install-rpi +# + +touch /home/pi/CubeSatSim/command_control_direwolf + +CubeSatSim/config -c -n + +CubeSatSim/config -l -n + +sudo apt-get update && sudo apt-get dist-upgrade -y + +sudo apt-get remove pulseaudio -y + +sudo apt-get install -y gcc g++ make cmake libasound2-dev libudev-dev libavahi-client-dev libgpiod-dev raspi-config + # 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 @@ -355,6 +357,8 @@ cd raspberry-pi-bme280 git checkout payload make +sudo apt-get update -y libraspberrypi-dev + echo "Would you like to reboot to complete the installation (y/n)?" read -r ANS