--- doc/build/ubuntu10LTS_install.frag 2011/06/08 22:28:05 1.3 +++ doc/build/ubuntu10LTS_install.frag 2011/06/09 00:07:55 1.4 @@ -99,10 +99,11 @@ sudo allow ssh sudo allow www sudo allow https -
-sudo dpkg-reconfigure exim4-config +sudo apt-get install postfix +sudo dpkg-reconfigure postfix@@ -118,20 +119,12 @@ sudo apt-get upgrade If kernel packages were updated, reboot your system before continuing with the installation.
-Retrieve the ubuntu10_LTS_sources.list file from the LON-CAPA install site: +Add LON-CAPA ubuntu repository to your /etc/apt/sources.list file.
-wget http://install.loncapa.org/versions/ubuntu/10.04/ubuntu10_LTS_sources.list +sudo apt-get install python-software-properties +sudo apt-add-repository 'deb http://install.loncapa.org/ubuntu lucid main-
-Install ubuntu10_LTS_sources.list -
--
-mv /etc/apt/sources.list /etc/apt/sources.list.backup -cp ubuntu10_LTS_sources.list /etc/apt/sources.list --