pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 0851644d16
commit 0069f614c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.