|
|
|
@ -2,21 +2,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
sudo modprobe snd-aloop
|
|
|
|
sudo modprobe snd-aloop
|
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d "./direwolf.conf" ]; then
|
|
|
|
#if [ ! -d "./direwolf.conf" ]; then
|
|
|
|
|
|
|
|
|
|
|
|
echo "direwolf.conf already downloaded"
|
|
|
|
FILE=direwolf.conf
|
|
|
|
|
|
|
|
if [ ! -f "$FILE" ]; then
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/direwolf.conf
|
|
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d "./cubicsdr-aprs-direwolf.xml" ]; then
|
|
|
|
FILE=cubicsdr-aprs-direwolf.xml
|
|
|
|
|
|
|
|
if [ ! -f "$FILE" ]; then
|
|
|
|
echo "cubic-aprs-direwolf.conf already downloaded"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml
|
|
|
|
wget https://raw.githubusercontent.com/alanbjohnston/CubeSatSim/FIAB-v3/groundstation/cubicsdr/cubicsdr-aprs-direwolf.xml
|
|
|
|
|
|
|
|
|
|
|
|
|