From ac14553038547bddc7c9d428582061ddf8b57f2c Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 3 Mar 2026 22:30:01 -0500 Subject: [PATCH] Update install fix pacsat_telem install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 459b7abc..a28bbcb3 100755 --- a/install +++ b/install @@ -165,7 +165,7 @@ if [ -f "$FILE" ]; then fi FILE=/home/pi/pacsat_telem/Debug/pacsat_telem # code has already been compiled -if [ -f "$FILE" ]; then +if [ ! -f "$FILE" ]; then cd sudo apt-get install -y libbsd-dev git clone https://github.com/alanbjohnston/pacsat_telem.git