Skip to content
Snippets Groups Projects
Commit fe309dbe authored by Matthew Johnson's avatar Matthew Johnson
Browse files

[bootstrap] No longer need dependency rewrite with new version

parent 49fe4f78
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ sudo apt-get update
sudo apt-get install -y python3 python-is-python3 unzip net-tools
git clone https://github.com/mininet/mininet
(cd mininet && git checkout $MININET_VERSION)
sed -i 's/cgroup-bin/cgroup-tools/g' mininet/util/install.sh
mininet/util/install.sh -nfvp
(cd pox && git checkout $POX_VERSION)
wget https://courses.cs.washington.edu/courses/cse461/$QTR/assignments/project2/project2.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment