Merge remote-tracking branch 'liblldp/master'
[openflowplugin.git] / vagrant / mininet-2.1.0-of-1.3 / bootstrap.sh
1 #!/usr/bin/env bash
2
3 #apt-get update
4 apt-get install -y mininet
5 cd /;patch -p0 < /vagrant/node.py.patch;cd -
6