diff options
Diffstat (limited to 'installer')
-rw-r--r-- | installer/debian.sh | 3 |
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" |