|
|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
sudo modprobe snd-aloop
|
|
|
|
|
|
|
|
|
|
if [ ! -d "direwolf.conf" ]; then
|
|
|
|
|
if [ ! -d "./direwolf.conf" ]; then
|
|
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ ! -d "cubicsdr-aprs-direwolf.xml" ]; then
|
|
|
|
|
if [ ! -d "./cubicsdr-aprs-direwolf.xml" ]; then
|
|
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml
|
|
|
|
|
|
|
|
|
|
|