From b1ff14c3bc0825462046cfed1c0a9e8810a6498d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Mar 2026 05:13:13 -0500 Subject: [PATCH] Update install fix pi_pacsat install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d4e12a4a..c1037a53 100755 --- a/install +++ b/install @@ -129,7 +129,7 @@ cd rpitx sudo cp /home/pi/CubeSatSim/asound.conf /etc/asound.conf FILE=/home/pi/pi_pacsat/Debug/pi_pacsat # code has already been compiled -if [ -f "$FILE" ]; then +if [ ! -f "$FILE" ]; then cd git clone https://github.com/alanbjohnston/g0kla_common.git cd g0kla_common/Debug/