Skip to content

Instantly share code, notes, and snippets.

@lukespragg
Created October 8, 2013 21:12
Show Gist options
  • Select an option

  • Save lukespragg/6891792 to your computer and use it in GitHub Desktop.

Select an option

Save lukespragg/6891792 to your computer and use it in GitHub Desktop.
Ubuntu LTS sources.list
#### 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