From 8c7c4812b2f98e48feb99aab979c69dda2d28b88 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 19 Nov 2012 11:19:39 -0800 Subject: [PATCH] Remove vmware easy install leftovers --- util/vm/install-mininet-vm.sh | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/util/vm/install-mininet-vm.sh b/util/vm/install-mininet-vm.sh index 76cad51..9f5e4f0 100755 --- a/util/vm/install-mininet-vm.sh +++ b/util/vm/install-mininet-vm.sh @@ -1,9 +1,8 @@ #!/bin/bash # This script is intended to install Mininet into -# a brand-new Ubuntu (10.04 or 11.10) virtual machine, +# a brand-new Ubuntu virtual machine, # to create a fully usable "tutorial" VM. - set -e sudo sh -c 'cat >> /etc/sudoers' <> .bashrc -fi +# Ignoring this since NOX classic is deprecated +#if ! grep NOX_CORE_DIR .bashrc; then +# echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc +#fi echo <