From 38bc4de0a9297027382bc90c9d7b02070642ccc9 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 2 Jul 2012 22:54:18 -0600 Subject: [PATCH] Restore original ubuntu repo New code is being built and tested in ubuntu-precise --- in/aptrepo.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.2