Update install fix pi_pacsat install

pacsat-v2.2-tlm3
Alan Johnston 3 weeks ago committed by GitHub
parent 0a69610f8c
commit b1ff14c3bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -129,7 +129,7 @@ cd rpitx
sudo cp /home/pi/CubeSatSim/asound.conf /etc/asound.conf sudo cp /home/pi/CubeSatSim/asound.conf /etc/asound.conf
FILE=/home/pi/pi_pacsat/Debug/pi_pacsat # code has already been compiled FILE=/home/pi/pi_pacsat/Debug/pi_pacsat # code has already been compiled
if [ -f "$FILE" ]; then if [ ! -f "$FILE" ]; then
cd cd
git clone https://github.com/alanbjohnston/g0kla_common.git git clone https://github.com/alanbjohnston/g0kla_common.git
cd g0kla_common/Debug/ cd g0kla_common/Debug/

Loading…
Cancel
Save

Powered by TurnKey Linux.