From 8af3f28b67ca27077d8082ae25c4800870df6109 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 28 Apr 2018 01:48:36 +0000 Subject: [PATCH] iproute -> iproute2 for Ubuntu 18.04 This should also be backward compatible to 14.04. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index b51610b..5e46bcf 100755 --- a/util/install.sh +++ b/util/install.sh @@ -150,7 +150,7 @@ function mn_deps { iproute telnet python-setuptools libcgroup-tools \ ethtool help2man python-pyflakes python3-pylint python-pep8 python-pexpect else - $install gcc make socat psmisc xterm ssh iperf iproute telnet \ + $install gcc make socat psmisc xterm ssh iperf iproute2 telnet \ python-setuptools cgroup-bin ethtool help2man \ pyflakes pylint pep8 python-pexpect fi