mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 08:21:16 -05:00
8 lines
177 B
Bash
8 lines
177 B
Bash
cd $HOME
|
|
mkdir -p external && cd external
|
|
mkdir -p sdrplayapi && cd sdrplayapi
|
|
|
|
git clone https://github.com/srcejon/sdrplayapi.git
|
|
cd sdrplayapi
|
|
sudo yes | bash install_lib.sh
|