diff options
Diffstat (limited to 'installer')
-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 |