From 5801e3c23b76e026762fc8a6088e90d975730ed4 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 30 Sep 2017 13:59:13 +0200 Subject: Select correct libzmq for debian stretch --- installer/debian.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/debian.sh b/installer/debian.sh index dd36002..4a92ff9 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -134,7 +134,11 @@ popd echo -e "$GREEN Downloading UHD device images $NORMAL" sudo /usr/local/lib/uhd/utils/uhd_images_downloader.py -sudo apt-get -y install libzmq3-dev libzmq3 +if [ "$DISTRO" == "jessie" ] ; then + sudo apt-get -y install libzmq3-dev libzmq3 +elif [ "$DISTRO" == "stretch" ] ; then + sudo apt-get -y install libzmq3-dev libzmq5 +fi echo echo -e "$GREEN PREREQUISITES INSTALLED $NORMAL" -- cgit v1.2.3