Update pacsat.sh fix first time prints

master-b-p
Alan Johnston 1 week ago committed by GitHub
parent d93ef609c1
commit 3efc2cb038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,7 +76,6 @@ echo
if [ ! -d "/home/pi/PacSatGround" ] ; then
sudo rm -r /home/pi/PacSatGround
cd
sudo rm PacSatGround.zip
wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b-p-s/spacecraft/PacSatGround_0.46o/PacSatGround.zip
@ -84,7 +83,7 @@ if [ ! -d "/home/pi/PacSatGround" ] ; then
sudo rm PacSatGround.zip
echo
echo "The first time you run the Ground Station, you will need to put in your callsign"
echo "The first time you run the Ground Station, you will need to select Yes to override files, then put in your callsign"
sleep 10
@ -92,13 +91,14 @@ fi
if [ ! -d "/home/pi/PacSatGroundLoop" ] ; then
cd
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
echo
echo "The first time you run the Ground Station, you will need to put in your callsign"
echo "The first time you run the Ground Station, you will need to select Yes to override files, then put in your callsign"
sleep 10

Loading…
Cancel
Save

Powered by TurnKey Linux.