Update install scripts
Don't build NOX and OVS as root. Also don't nuke kernel src. Install newer autoconf needed for OVS install from Deb backports, not src.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#Brandon Heller (brandonh@stanford.edu)
|
||||
#Install OVS on Debian Lenny
|
||||
|
||||
#Install OVS:
|
||||
cd openvswitch
|
||||
sudo make install
|
||||
Reference in New Issue
Block a user