Adding missing RTL-SDR tools + fixing BB60 OOT module installation

This commit is contained in:
FlUxIuS 2024-07-04 11:49:23 +02:00
parent b91a5eef18
commit e714f601c4
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
2 changed files with 2 additions and 2 deletions

View File

@ -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 ../ \

View File

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