Penguin
Diff: UbuntuPostInstall
EditPageHistoryDiffInfoLikePages

Differences between current version and revision by previous author of UbuntuPostInstall.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 10 Last edited on Tuesday, October 11, 2005 11:30:05 am by CraigBox
Older page: version 8 Last edited on Friday, July 22, 2005 4:50:49 pm by DanielLawson Revert
@@ -24,29 +24,14 @@
 # security 
 deb http://security.ubuntu.com/ubuntu hoary-security main restricted universe 
 deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted universe 
  
-# win32 codecs (only sarge branch works with Ubuntu as of Jul 2005)  
-# Marillat is a bit tricky at the moment anyway, due to sarge being release  
-#deb http://ftp.nerim.net/debian- marillat/ stable main  
-deb http://ftp.nerim.net/debian -marillat/ sarge main  
-#deb http://ftp .nerim .net/debian -marillat/ testing main 
+# things you used to find at marillat  
+deb http://ubuntu -backports .mirrormax .net/ hoary -extras main universe multiverse restricted  
  
 # java 
 deb http://ubuntu.tower-net.de/ubuntu/ hoary java 
 EOF 
-  
-# This "holds back" the marillat repositories so they won't trump any 'real' ubuntu packages  
-echo Updating /etc/apt/preferences  
-cat >/etc/apt/preferences <<EOF  
-Package: *  
-Pin: release o=Unofficial Multimedia Packages  
-Pin-Priority: 1  
-EOF  
-  
-echo Fetching keys  
-gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907  
-gpg --armor --export 1F41B907 | sudo apt-key add -  
  
 echo Updating package list 
 sudo apt-get update