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

This commit is contained in:
Bob Lantz
2012-02-14 16:35:12 -08:00
parent 7a106d9b0d
commit 176856bc9b
+3
View File
@@ -24,6 +24,9 @@ cd mininet
git checkout -b 1.4 origin/devel/ovs-1.4-compat git checkout -b 1.4 origin/devel/ovs-1.4-compat
cd cd
time mininet/util/install.sh time mininet/util/install.sh
if ! grep NOX_CORE_DIR .bashrc; then
echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc
fi
echo <<EOF echo <<EOF
You may need to reboot and then: You may need to reboot and then:
sudo dpkg-reconfigure openvswitch-datapath-dkms sudo dpkg-reconfigure openvswitch-datapath-dkms