diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-08-22 19:34:18 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-08-22 19:34:18 +0200 |
commit | 2651ba83f9dddcf4911d3ebd5d7710f2e5d1705d (patch) | |
tree | 178f46f0b1ed6823adacd51001d427a276093947 /installer | |
parent | 6e471bd3437561491be3071906bc6ba937490101 (diff) | |
download | mmbtools-aux-2651ba83f9dddcf4911d3ebd5d7710f2e5d1705d.tar.gz mmbtools-aux-2651ba83f9dddcf4911d3ebd5d7710f2e5d1705d.tar.bz2 mmbtools-aux-2651ba83f9dddcf4911d3ebd5d7710f2e5d1705d.zip |
Fix typo in debian.sh for UHD images downloader
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 3d35466..4fe2dfd 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -129,7 +129,7 @@ sudo make install popd echo -e "$GREEN Downloading UHD device images $NORMAL" -sudo /uhd/local/lib/uhd/utils/uhd_images_downloader.py +sudo /usr/local/lib/uhd/utils/uhd_images_downloader.py sudo apt-get -y install libzmq3-dev libzmq3 |