From d4d6b37829c05901dfd72dbcefa104ee96429ac8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 30 Dec 2024 06:02:31 -0500 Subject: [PATCH] Update install my fork of pi_pacsat --- install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install b/install index ecb3f1d8..b335178c 100755 --- a/install +++ b/install @@ -138,7 +138,11 @@ cd git clone https://github.com/ac2cz/pi_pacsat.git -cd pi_pacsat/Debug +cd pi_pacsat + +git checkout master-debug + +cd Debug make all