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 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 |