aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-17 15:49:14 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-06-17 15:49:16 +0200
commit6e471bd3437561491be3071906bc6ba937490101 (patch)
treef76d23fbba439f3f41e433f1836c0f6f8d6a0dc8
parenta9d48bb623cd51f0641d075fb9e953ddb3c80c10 (diff)
downloadmmbtools-aux-6e471bd3437561491be3071906bc6ba937490101.tar.gz
mmbtools-aux-6e471bd3437561491be3071906bc6ba937490101.tar.bz2
mmbtools-aux-6e471bd3437561491be3071906bc6ba937490101.zip
installer: download UHD images
-rw-r--r--installer/debian.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index ac34a2e..3d35466 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -128,6 +128,9 @@ make
sudo make install
popd
+echo -e "$GREEN Downloading UHD device images $NORMAL"
+sudo /uhd/local/lib/uhd/utils/uhd_images_downloader.py
+
sudo apt-get -y install libzmq3-dev libzmq3
echo -e "$GREEN Installing KA9Q libfec $NORMAL"