From a269cca2b35ea69c7d1884e3eb1d3a7f146603c9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 3 Mar 2026 22:38:30 -0500 Subject: [PATCH] Update install fix g0kla lib --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index a28bbcb3..b30dc015 100755 --- a/install +++ b/install @@ -129,8 +129,8 @@ 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 cd - git clone https://github.com/alanbjohnston/iors_common.git - cd iors_common/Debug/ + git clone https://github.com/alanbjohnston/g0kla_common.git + cd g0kla_common/Debug/ make all sudo ./install.sh