diff --git a/util/install.sh b/util/install.sh index 6a319a9..5af003b 100755 --- a/util/install.sh +++ b/util/install.sh @@ -123,7 +123,7 @@ function kernel_clean { function mn_deps { echo "Installing Mininet dependencies" $install gcc make screen psmisc xterm ssh iperf iproute \ - python-setuptools python-networkx cgroup-bin ethtool + python-setuptools python-networkx cgroup-bin ethtool help2man if [ "$DIST" = "Ubuntu" ] && [ "$RELEASE" = "10.04" ]; then echo "Upgrading networkx to avoid deprecation warning"