We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef1da commit f9610b4Copy full SHA for f9610b4
install.sh
@@ -61,7 +61,7 @@ sudo python3 -m pip install testresources
61
62
# Mininet from source
63
cd ~
64
-git clone --depth 1 -b 2.3.0 https://github.com/mininet/mininet.git || git -C mininet pull
+git clone --depth 1 -b 2.3.1b1 https://github.com/mininet/mininet.git || git -C mininet pull
65
cd mininet
66
sudo PYTHON=python2 ./util/install.sh -fnv
67
0 commit comments