Update pacsat.sh cp don't wget

pull/429/head
Alan Johnston 4 days ago committed by GitHub
parent ce273a1624
commit 34a8fb8fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -107,7 +107,8 @@ elif [ "$loopback" = "1" ] ; then
cd cd
sudo rm PacSatGroundLoop.zip &>/dev/null sudo rm PacSatGroundLoop.zip &>/dev/null
wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b/spacecraft/PacSatGround_0.46o/PacSatGround.zip # wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b/spacecraft/PacSatGround_0.46o/PacSatGround.zip
cp /home/pi/CubeSatSim/spacecraft/PacSatGround_0.46o/PacSatGround.zip .
unzip PacSatGround.zip -d PacSatGroundLoop unzip PacSatGround.zip -d PacSatGroundLoop
sudo rm PacSatGround.zip sudo rm PacSatGround.zip
@ -141,7 +142,8 @@ else
cd cd
sudo rm PacSatGround.zip &>/dev/null sudo rm PacSatGround.zip &>/dev/null
wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b/spacecraft/PacSatGround_0.46o/PacSatGround.zip # wget https://github.com/alanbjohnston/CubeSatSim/raw/refs/heads/master-b/spacecraft/PacSatGround_0.46o/PacSatGround.zip
cp /home/pi/CubeSatSim/spacecraft/PacSatGround_0.46o/PacSatGround.zip .
unzip PacSatGround.zip unzip PacSatGround.zip
sudo rm PacSatGround.zip sudo rm PacSatGround.zip

Loading…
Cancel
Save

Powered by TurnKey Linux.