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:
Brandon Heller
2010-03-09 22:16:30 -08:00
parent e3a2ef011f
commit 188964c911
7 changed files with 49 additions and 32 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
#Brandon Heller (brandonh@stanford.edu)
#Clean up after VM installation
sudo apt-get clean
sudo rm -rf /tmp/*
history -c
rm ~/.ssh/id_rsa*
sudo rm ~/.ssh/authorized_keys2
sudo rm -rf ~/mininet