Commit 28c28831 authored by Raymond Knopp's avatar Raymond Knopp

minor change for UHD on RHEL7.6

parent 1ac25513
......@@ -312,9 +312,9 @@ install_usrp_uhd_driver() {
$SUDO apt-get -y install uhd-host
fi
if [ -z $1 ]; then
$SUDO uhd_images_downloader
$SUDO /usr/local/bin/uhd_images_downloader
else
$SUDO uhd_images_downloader -i $1
$SUDO /usr/local/bin/uhd_images_downloader -i $1
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment