From fd96de64852ea101b71850a7764418c3b8480e0a Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 7 Dec 2018 17:08:41 -0800 Subject: [PATCH] Add iproute back in for older dists --- util/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 492c46c..4453bc0 100755 --- a/util/install.sh +++ b/util/install.sh @@ -159,9 +159,10 @@ function mn_deps { ethtool help2man python-pyflakes python3-pylint \ python-pep8 ${PYPKG}-pexpect ${PYPKG}-tk else # Debian/Ubuntu - $install gcc make socat psmisc xterm ssh iperf iproute2 telnet \ + $install gcc make socat psmisc xterm ssh iperf telnet \ cgroup-bin ethtool help2man pyflakes pylint pep8 \ ${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk + $install iproute2 || $install iproute fi echo "Installing Mininet core"