Penguin
Diff: UbuntuPostInstall
EditPageHistoryDiffInfoLikePages

Differences between version 10 and predecessor to the previous major change of UbuntuPostInstall.

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

Newer page: version 10 Last edited on Tuesday, October 11, 2005 11:30:05 am by CraigBox Revert
Older page: version 5 Last edited on Friday, July 22, 2005 7:55:23 am by CraigBox Revert
@@ -24,27 +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  
-deb http://ftp.nerim.net/debian- marillat/ stable main  
-deb http://ftp.nerim.net/debian -marillat/ unstable 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 
-  
-echo Updating /etc/apt/preferences  
-cat >/etc/apt/preferences <<EOF  
-Package: *  
-Pin: release o=Christian Marillat  
-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