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-12 16:13:08 -08:00
committed by Bob Lantz
parent cdeaca8682
commit 3b1174eff6
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