diff --git a/groundstation/pacsat-config.sh b/groundstation/pacsat-config.sh index 6a2ce55c..352396b4 100755 --- a/groundstation/pacsat-config.sh +++ b/groundstation/pacsat-config.sh @@ -152,6 +152,11 @@ sudo killall -9 direwolf &>/dev/null if [ "$ANS" = "1" ] ; then 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 + sudo rm PacSatGround.zip else sudo rm -r /home/pi/PacSatGroundLoop fi