From 850c93d01293eb565f19de9c1ff549bb80340f44 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 9 Feb 2026 15:44:09 -0500 Subject: [PATCH] Update install move libraspberrypi-dev --- install | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/install b/install index 084857f6..22c32756 100755 --- a/install +++ b/install @@ -140,6 +140,8 @@ git checkout master ./script/install +sudo apt-get update -y libraspberrypi-dev + cd echo "Installing SSDV for FUNcube mode" @@ -173,16 +175,8 @@ cd PiSSTVpp make pisstvpp -echo "Copying SSTV image 1" -cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_1_320_x_256.jpg - -echo "Copying SSTV image 2" -cp /home/pi/CubeSatSim/sstv/sstv_image_2_320_x_256.jpg /home/pi/CubeSatSim/sstv_image_2_320_x_256.jpg - cd -git clone https://github.com/alanbjohnston/rpitx.git - cd rpitx ./install.sh @@ -357,8 +351,6 @@ cd raspberry-pi-bme280 git checkout payload make -sudo apt-get update -y libraspberrypi-dev - sudo apt install python3-venv sudo python3 -m venv venv source venv/bin/activate