Fix install.sh on Ubuntu 19.10: substitute cgroup-bin with cgroup-tools for Debian/Ubuntu

This commit is contained in:
julian.filter
2020-02-15 19:09:13 +01:00
parent 2b8d254cc0
commit 287c1fb154
+2 -1
View File
@@ -172,9 +172,10 @@ function mn_deps {
python-pep8 ${PYPKG}-pexpect ${PYPKG}-tk python-pep8 ${PYPKG}-pexpect ${PYPKG}-tk
else # Debian/Ubuntu else # Debian/Ubuntu
$install gcc make socat psmisc xterm ssh iperf telnet \ $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 ${PYPKG}-setuptools ${PYPKG}-pexpect ${PYPKG}-tk
$install iproute2 || $install iproute $install iproute2 || $install iproute
$install cgroup-tools || $install cgroup-bin
fi fi
echo "Installing Mininet core" echo "Installing Mininet core"