From e714f601c4cef0468f32e1a47782829fd1725265 Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Thu, 4 Jul 2024 11:49:23 +0200 Subject: [PATCH] Adding missing RTL-SDR tools + fixing BB60 OOT module installation --- scripts/gr_oot_modules.sh | 2 +- scripts/sdr_peripherals.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gr_oot_modules.sh b/scripts/gr_oot_modules.sh index c64693f..a565c74 100644 --- a/scripts/gr_oot_modules.sh +++ b/scripts/gr_oot_modules.sh @@ -190,7 +190,7 @@ function graistx_grmod_install () { cd /root/thirdparty installfromnet "git clone -b maint-3.10 https://github.com/bkerler/ais.git" goodecho "[+] Building and installing gr-ais-tx" - cd ais \ + cd ais/gr-aistx \ && mkdir build \ && cd build/ \ && cmake -DCMAKE_INSTALL_PREFIX=/usr ../ \ diff --git a/scripts/sdr_peripherals.sh b/scripts/sdr_peripherals.sh index 1114e4b..6d736bd 100644 --- a/scripts/sdr_peripherals.sh +++ b/scripts/sdr_peripherals.sh @@ -145,7 +145,7 @@ function install_soapyPlutoSDR_modules() { function rtlsdr_devices_install() { goodecho "[+] Installing RTL-SDR's libs and tools from package manager" - installfromnet "apt-fast install -y librtlsdr-dev librtlsdr0" + installfromnet "apt-fast install -y librtlsdr-dev librtlsdr0 rtl-sdr" } function rtlsdrv4_devices_install() {