X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=in%2Faptrepo.md;h=2e808d91044106ed24ed6a766079ed2966e0314f;hb=38bc4de0a9297027382bc90c9d7b02070642ccc9;hp=885a31035ebe09b427cc3981e6e6b3ba1485eb55;hpb=627b8bd6a24cf297ea06c4ac6dc2662db2834402;p=oss-web.git 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