diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-11 16:48:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-11 16:48:42 +0100 |
commit | c60e93da46a40dd82785b2007bcdef69856ce893 (patch) | |
tree | ac2b60c6b5e4b4129db02faffcfd28a364099f1c /installer/debian.sh | |
parent | 8f601d1a2d56991356096c974c153b785aace9cc (diff) | |
download | mmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.tar.gz mmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.tar.bz2 mmbtools-aux-c60e93da46a40dd82785b2007bcdef69856ce893.zip |
Select UHD 3.10.3 in debian install script
Diffstat (limited to 'installer/debian.sh')
-rw-r--r-- | installer/debian.sh | 2 |
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 |