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

Added setting NOX_CORE_DIR in .bashrc - this should not be necessary.

parent 7a106d9b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,9 @@ cd mininet
git checkout -b 1.4 origin/devel/ovs-1.4-compat
cd
time mininet/util/install.sh
if ! grep NOX_CORE_DIR .bashrc; then
echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc
fi
echo <<EOF
You may need to reboot and then:
sudo dpkg-reconfigure openvswitch-datapath-dkms
......
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