From faf7c9c7093cf989b13cfe395e7a6a7aaaef5de7 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 18 Apr 2020 09:56:00 -0700 Subject: [PATCH] add support for iio which is used by the PLUTO. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9ead4bd..6b7eb6b 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ apt-get update apt-get install -y xauth apt-get install -y gnuradio -apt-get install -y gr-osmosdr +apt-get install -y gr-osmosdr gr-iio libiio-utils # audio #apt-get install -y linux-sound-base alsa-utils