Skip to content

Commit 1d93a7a

Browse files
authored
Update install.sh
Minor update because Mininet branch stopped existing
1 parent 85a83b0 commit 1d93a7a

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
@@ -57,7 +57,7 @@ sudo python3 -m pip install .
5757

5858
# Mininet from source
5959
cd ~
60-
git clone --depth 1 -b 2.3.1b2 https://github.com/mininet/mininet.git || git -C mininet pull
60+
git clone --depth 1 -b 2.3.1b4 https://github.com/mininet/mininet.git || git -C mininet pull
6161
cd mininet
6262
sudo PYTHON=python3 ./util/install.sh -fnv
6363

0 commit comments

Comments
 (0)