diff options
-rw-r--r-- | install_scripts/krakensdr_x86_install_doa.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install_scripts/krakensdr_x86_install_doa.sh b/install_scripts/krakensdr_x86_install_doa.sh index 400815a..835f37c 100644 --- a/install_scripts/krakensdr_x86_install_doa.sh +++ b/install_scripts/krakensdr_x86_install_doa.sh @@ -97,3 +97,6 @@ cd ~/krakensdr_doa git clone https://github.com/krakenrf/krakensdr_doa cp krakensdr_doa/util/kraken_doa_start.sh . cp krakensdr_doa/util/kraken_doa_stop.sh . + +# OPTIONAL: Install Kraken TAK Server +git clone https://github.com/canaryradio/Kraken-to-TAK-Python |