From 87c5cef72cef074cc74b303b088f4d58f8bc4a06 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 20 Mar 2026 19:20:28 -0400 Subject: [PATCH] Update pacsat.sh fix loop zip file --- groundstation/pacsat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index b3db66ad..c7e04794 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -104,7 +104,7 @@ elif [ "$loopback" = "1" ] ; then cd sudo rm PacSatGroundLoop.zip &>/dev/null - wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGround.zip + wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGroundLoop.zip unzip PacSatGroundLoop.zip -d PacSatGroundLoop sudo rm PacSatGroundLoop.zip