Clone NOX into ~/ and fix typo
This commit is contained in:
+2
-1
@@ -78,7 +78,7 @@ function mn_deps {
|
|||||||
function of {
|
function of {
|
||||||
echo "Installing OpenFlow and its tools..."
|
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
|
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
|
git clone git://openflowswitch.org/openflow.git
|
||||||
cd ~/openflow
|
cd ~/openflow
|
||||||
@@ -152,6 +152,7 @@ function nox {
|
|||||||
sudo apt-get install -y libsqlite3-dev python-simplejson
|
sudo apt-get install -y libsqlite3-dev python-simplejson
|
||||||
|
|
||||||
#Install NOX:
|
#Install NOX:
|
||||||
|
cd ~/
|
||||||
git clone git://noxrepo.org/noxcore
|
git clone git://noxrepo.org/noxcore
|
||||||
cd noxcore
|
cd noxcore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user