17 lines
257 B
Bash
Executable File
17 lines
257 B
Bash
Executable File
#! /bin/bash
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt install -y \
|
|
rtl-sdr \
|
|
sox \
|
|
portaudio19-dev \
|
|
python3-all-dev \
|
|
ffmpeg
|
|
|
|
pip install -r requirements.txt
|
|
|
|
pushd dependencies
|
|
./SDRplay_RSP_API-Linux-3.07.1.run
|
|
./build_dependencies
|
|
popd |