From c532689266a7379c4c0b91de5f2caa2f43a23d2e Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 22 Mar 2010 22:28:13 -0700 Subject: [PATCH] Clone NOX into ~/ and fix typo --- util/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 459e6dd..27b0380 100755 --- a/util/install.sh +++ b/util/install.sh @@ -78,7 +78,7 @@ function mn_deps { function of { echo "Installing OpenFlow and its tools..." - cd ~/ + cd ~/ sudo apt-get install -y git-core automake m4 pkg-config libtool make libc6-dev autoconf autotools-dev gcc git clone git://openflowswitch.org/openflow.git cd ~/openflow @@ -152,6 +152,7 @@ function nox { sudo apt-get install -y libsqlite3-dev python-simplejson #Install NOX: + cd ~/ git clone git://noxrepo.org/noxcore cd noxcore