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:
+2
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user