added download of direwolf.conf

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 770729a159
commit 3d5049178f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,11 @@
#!/bin/sh
if [ ! -d "/home/pi/CubeSatSim/groundstation/direwolf.conf" ]; then
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf -o /home/pi/CubeSatSim/groundstation/direwolf.conf
fi
sudo killall -9 CubicSDR &>/dev/null
sudo killall -9 direwolf &>/dev/null

Loading…
Cancel
Save

Powered by TurnKey Linux.