Created
January 17, 2009 16:13
-
-
Save brandon-beacher/48377 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# deb cdrom:[Ubuntu-Server 6.06 _Dapper Drake_ - Release amd64 (20060531)]/ edgy main restricted | |
# deb cdrom:[Ubuntu-Server 6.06 _Dapper Drake_ - Release amd64 (20060531)]/ edgy main restricted | |
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted | |
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted | |
## Major bug fix updates produced after the final release of the | |
## distribution. | |
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted | |
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted | |
## Uncomment the following two lines to add software from the 'universe' | |
## repository. | |
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu | |
## team, and may not be under a free licence. Please satisfy yourself as to | |
## your rights to use the software. Also, please note that software in | |
## universe WILL NOT receive any review or updates from the Ubuntu security | |
## team. | |
deb http://us.archive.ubuntu.com/ubuntu/ feisty universe | |
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe | |
## Uncomment the following two lines to add software from the 'backports' | |
## repository. | |
## N.B. software from this repository may not have been tested as | |
## extensively as that contained in the main release, although it includes | |
## newer versions of some applications which may provide useful features. | |
## Also, please note that software in backports WILL NOT receive any review | |
## or updates from the Ubuntu security team. | |
# deb http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse | |
# deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse | |
deb http://security.ubuntu.com/ubuntu feisty-security main restricted | |
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted | |
deb http://security.ubuntu.com/ubuntu feisty-security universe | |
deb-src http://security.ubuntu.com/ubuntu feisty-security universe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment