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() {