From: R. Steve McKown Date: Tue, 3 Jul 2012 04:54:18 +0000 (-0600) Subject: Restore original ubuntu repo X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=38bc4de0a9297027382bc90c9d7b02070642ccc9 Restore original ubuntu repo New code is being built and tested in ubuntu-precise --- diff --git a/in/aptrepo.md b/in/aptrepo.md index 885a310..2e808d9 100644 --- a/in/aptrepo.md +++ b/in/aptrepo.md @@ -63,12 +63,16 @@ hardy-backports from the GUI, or issue these commands: ## Step 2 - Adding the TMI repository to the sources list +Note: some maintenance is occurring in the apt repositories. Code for versions +older than precise have changed URLs -- please edit your sources.list.d/tmi.list +file. Sources for precise are still in flux but may work. + ### For 11.04 and earlier: cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list # TMI repository - deb http://oss.titaniummirror.com/ubuntu-hardy hardy main - deb-src http://oss.titaniummirror.com/ubuntu-hardy hardy main + deb http://oss.titaniummirror.com/ubuntu hardy main + deb-src http://oss.titaniummirror.com/ubuntu hardy main +EOF+ sudo apt-get update @@ -76,8 +80,8 @@ hardy-backports from the GUI, or issue these commands: cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list # TMI repository - deb http://oss.titaniummirror.com/ubuntu hardy main - deb-src http://oss.titaniummirror.com/ubuntu hardy main + deb http://oss.titaniummirror.com/ubuntu-precise hardy main + deb-src http://oss.titaniummirror.com/ubuntu-precise hardy main +EOF+ sudo apt-get update