From c60e93da46a40dd82785b2007bcdef69856ce893 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 11 Mar 2018 16:48:42 +0100 Subject: Select UHD 3.10.3 in debian install script --- installer/debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/debian.sh b/installer/debian.sh index 89c1bef..9845238 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -139,7 +139,7 @@ cd dab || exit echo -e "$GREEN Compiling UHD $NORMAL" git clone http://github.com/EttusResearch/uhd.git pushd uhd -git checkout release_003_009_001 +git checkout release_003_010_003_000 mkdir build cd build cmake ../host -- cgit v1.2.3