]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/aptrepo.md
Change the sources.list spec for the public apt repository.
[oss-web.git] / in / aptrepo.md
index a505740d7a6a17ba67f735107dde40be2d1342e6..927438608a333a33be411b7575bf4f7dc4ad66f9 100644 (file)
@@ -17,9 +17,9 @@ Karmic.
 ## Step 1 - Add the backports repository
 
 Ubuntu Hardy users need to activate the hardy-backports repository, as our
-`cp210x-module-dkms` package requires a newer dkms than is available otherwise.
-Ubuntu Karmic users can skip this step.  You can also activate hardy-backports
-from the GUI.
+`cp210x-module-dkms` package requires a newer `dkms` than is available
+otherwise.  Ubuntu Karmic users can skip this step.  You can also activate
+hardy-backports from the GUI.
 
     sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
     cat <<+EOF+ | sudo tee -a /etc/apt/sources.list
@@ -30,8 +30,8 @@ from the GUI.
 
     cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list
     # TMI repository
-    deb http://repo.titaniummirror.com/ubuntu hardy main
-    deb-src http://repo.titaniummirror.com/ubuntu hardy main
+    deb http://oss.titaniummirror.com/ubuntu hardy main
+    deb-src http://oss.titaniummirror.com/ubuntu hardy main
     +EOF+
     sudo apt-get update