Index: branches/fc13-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc13-dev/server/doc/install-howto.sh	(revision 1690)
+++ branches/fc13-dev/server/doc/install-howto.sh	(revision 1692)
@@ -34,12 +34,8 @@
 
 # Take updates, reboot if there's a kernel update.
-
-    yum update
+    yum update -y
 
 # Get rid of network manager
     yum remove NetworkManager
-
-# Check out the scripts.mit.edu svn repository. Configure svn not to cache
-# credentials.
 
 # Copy over root's dotfiles from one of the other machines.
@@ -149,4 +145,7 @@
     yum install -y --skip-broken $(cat packages.txt)
 
+# Make sure sendmail isn't installed
+    yum remove sendmail
+
 # Check which packages are installed on your new server that are not
 # in the snapshot, and remove ones that aren't needed for some reason
@@ -200,5 +199,6 @@
 #   want to be able to write to ~/.python-eggs.  (Also makes sourcediving
 #   easier.)
-    cat /usr/lib/python2.6/site-packages/easy-install.pth
+cat /usr/lib/python2.6/site-packages/easy-install.pth | grep "^./" | cut -c3- | cut -f1 -d- . egg.txt
+    cat egg.txt | xargs easy_install -Z
 # - Look at `gem list` for Ruby gems.
 #   Again, use 'yum search' and prefer RPMs, but failing that, 'gem install'.
