Skip to content
Snippets Groups Projects
Commit ece14ff4 authored by Bob Lantz's avatar Bob Lantz
Browse files

Check out CS244 branch for class.

parent e5653fb6
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ sudo apt-get update ...@@ -20,8 +20,8 @@ sudo apt-get update
sudo apt-get -y install git-core openssh-server sudo apt-get -y install git-core openssh-server
git clone git://github.com/mininet/mininet git clone git://github.com/mininet/mininet
cd mininet cd mininet
# Currently ovs-1.4-compat; will change to testing or master # Check out branch for cs244
git checkout -b 1.4 origin/devel/ovs-1.4-compat git checkout -b cs244 origin/class/cs244
cd cd
time mininet/util/install.sh time mininet/util/install.sh
if ! grep NOX_CORE_DIR .bashrc; then if ! grep NOX_CORE_DIR .bashrc; then
......
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