From 8e0dcb858034c34b9479e911484aea34cde6962d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 16 Mar 2026 16:04:17 -0400 Subject: [PATCH] Update pacsat-config.sh add reset ground station with zip file --- groundstation/pacsat-config.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/groundstation/pacsat-config.sh b/groundstation/pacsat-config.sh index 352396b4..e2b86625 100755 --- a/groundstation/pacsat-config.sh +++ b/groundstation/pacsat-config.sh @@ -154,11 +154,15 @@ sudo killall -9 direwolf &>/dev/null sudo rm -r /home/pi/PacSatGround cd sudo rm PacSatGround.zip - wget https://github.com/alanbjohnston/CubeSatSim/raw/60d11e78d79c7070a1cff5ff98aa622044a9335a/spacecraft/PacSatGround_0.46o/PacSatGround.zip - unzip PacSatGround.zip + wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p-s/spacecraft/PacSatGround_0.46o/PacSatGround.zip + unzip PacSatGround.zip -d PacSatGround sudo rm PacSatGround.zip else sudo rm -r /home/pi/PacSatGroundLoop + sudo rm PacSatGround.zip + wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p-s/spacecraft/PacSatGround_0.46o/PacSatGround.zip + unzip PacSatGround.zip -d PacSatGroundLoop + sudo rm PacSatGround.zip fi else