Update install fix pacsat_telem install

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

@ -165,7 +165,7 @@ if [ -f "$FILE" ]; then
fi fi
FILE=/home/pi/pacsat_telem/Debug/pacsat_telem # code has already been compiled FILE=/home/pi/pacsat_telem/Debug/pacsat_telem # code has already been compiled
if [ -f "$FILE" ]; then if [ ! -f "$FILE" ]; then
cd cd
sudo apt-get install -y libbsd-dev sudo apt-get install -y libbsd-dev
git clone https://github.com/alanbjohnston/pacsat_telem.git git clone https://github.com/alanbjohnston/pacsat_telem.git

Loading…
Cancel
Save

Powered by TurnKey Linux.