pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 9f24421cf4
commit adff51da2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.