From 94c4cbedf214520370ad21c94ac85f3a551dcaad Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 20 Mar 2026 19:17:20 -0400 Subject: [PATCH] Update pacsat.sh add back download loopback zip file --- groundstation/pacsat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index ed80ba01..b3db66ad 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -99,12 +99,12 @@ elif [ "$loopback" = "1" ] ; then /home/pi/CubeSatSim/config -G n fi -# if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then - if [ ! "$loopback" = "1" ] ; then # don't do this for now. + if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then +# if [ ! "$loopback" = "1" ] ; then # don't do this for now. cd sudo rm PacSatGroundLoop.zip &>/dev/null - wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGroundLoop.zip + wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p/spacecraft/PacSatGround_0.46o/PacSatGround.zip unzip PacSatGroundLoop.zip -d PacSatGroundLoop sudo rm PacSatGroundLoop.zip