Merge pull request #928 from JuFil/master

Fix install.sh on Ubuntu 19.10: substitute cgroup-bin with cgroup-too…
This commit is contained in:
lantz
2020-04-15 18:18:06 -07:00
committed by GitHub
+2 -1
View File
@@ -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"