Created
October 8, 2013 21:12
-
-
Save lukespragg/6891792 to your computer and use it in GitHub Desktop.
Ubuntu LTS sources.list
This file contains hidden or 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
| #### For Ubuntu 14.04 (Trusty) | |
| ## Ubuntu Main | |
| deb http://archive.ubuntu.com/ubuntu trusty main | |
| ## Ubuntu Updates | |
| deb http://archive.ubuntu.com/ubuntu trusty-updates main | |
| ## Ubuntu Security Patches | |
| deb http://security.ubuntu.com/ubuntu trusty-security main | |
| #deb http://security.ubuntu.com/ubuntu trusty-security universe | |
| #deb http://security.ubuntu.com/ubuntu trusty-security multiverse | |
| ## Ubuntu Third-Party (Unsupported) | |
| deb http://archive.ubuntu.com/ubuntu trusty universe | |
| deb http://archive.ubuntu.com/ubuntu trusty-updates universe | |
| ## Ubuntu Backports (Unsupported) | |
| #deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse | |
| ## Ubuntu Partners/Vendors (Unsupported) | |
| #deb http://archive.canonical.com/ubuntu trusty partner | |
| ## NGINX Mainline | |
| ## Run this command: wget -q -O - http://nginx.org/keys/nginx_signing.key | apt-key add - | |
| deb http://nginx.org/packages/mainline/ubuntu trusty nginx | |
| deb-src http://nginx.org/packages/mainline/ubuntu trusty nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment