Skip to content

Commit f9610b4

Browse files
authored
Update install.sh
Hotfix to solve mininet installation error.
1 parent dfef1da commit f9610b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sudo python3 -m pip install testresources
6161

6262
# Mininet from source
6363
cd ~
64-
git clone --depth 1 -b 2.3.0 https://github.com/mininet/mininet.git || git -C mininet pull
64+
git clone --depth 1 -b 2.3.1b1 https://github.com/mininet/mininet.git || git -C mininet pull
6565
cd mininet
6666
sudo PYTHON=python2 ./util/install.sh -fnv
6767

0 commit comments

Comments
 (0)