Update pacsatsim.sh remove pi_pacsat config files before unzipping

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

@ -71,6 +71,9 @@ if [ ! -d "/home/pi/PacSat" ]; then
sudo rm PacSat.zip sudo rm PacSat.zip
cd cd
sudo rm /home/pi/pi_pacsat/Debug/pacsat.config
sudo rm /home/pi/pi_pacsat/Debug/pacsat.state
sudo rm /home/pi/pi_pacsat/Debug/pacsat_upload_table.dat
sudo rm pi_pacsat.zip sudo rm pi_pacsat.zip
wget https://github.com/alanbjohnston/pi_pacsat/releases/download/v0.1/pi_pacsat.zip wget https://github.com/alanbjohnston/pi_pacsat/releases/download/v0.1/pi_pacsat.zip
unzip pi_pacsat.zip -d /pi_pacsat/Debug unzip pi_pacsat.zip -d /pi_pacsat/Debug

Loading…
Cancel
Save

Powered by TurnKey Linux.