From 7bce0305183856cda0a88a5d6369e9083cf67c02 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 14 Feb 2026 14:20:37 -0500 Subject: [PATCH] Update install adding copying of sstv still images --- install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install b/install index 9a71adb3..02c8b158 100755 --- a/install +++ b/install @@ -373,6 +373,12 @@ 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