diff --git a/util/install.sh b/util/install.sh index 736418d..44ba206 100755 --- a/util/install.sh +++ b/util/install.sh @@ -172,9 +172,10 @@ function mn_deps { python-pep8 ${PYPKG}-pexpect ${PYPKG}-tk else # Debian/Ubuntu $install gcc make socat psmisc xterm ssh iperf telnet \ - cgroup-bin ethtool help2man pyflakes pylint pep8 \ + ethtool help2man pyflakes pylint pep8 \ ${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk $install iproute2 || $install iproute + $install cgroup-tools || $install cgroup-bin fi echo "Installing Mininet core"