aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-03-11 16:48:42 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-03-11 16:48:42 +0100
commitc60e93da46a40dd82785b2007bcdef69856ce893 (patch)
treeac2b60c6b5e4b4129db02faffcfd28a364099f1c
parent8f601d1a2d56991356096c974c153b785aace9cc (diff)
downloadmmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.tar.gz
mmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.tar.bz2
mmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.zip
Select UHD 3.10.3 in debian install script
-rw-r--r--installer/debian.sh2
1 files changed, 1 insertions, 1 deletions
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