diff --git a/groundstation/cubicsdr-aprs.sh b/groundstation/cubicsdr-aprs.sh index 436e9da7..a74b440a 100755 --- a/groundstation/cubicsdr-aprs.sh +++ b/groundstation/cubicsdr-aprs.sh @@ -4,12 +4,20 @@ sudo modprobe snd-aloop if [ ! -d "./direwolf.conf" ]; then + echo "direwolf.conf already downloaded" + +else + wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf fi if [ ! -d "./cubicsdr-aprs-direwolf.xml" ]; then + echo "cubic-aprs-direwolf.conf already downloaded" + +else + wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml fi