Skip to content

Instantly share code, notes, and snippets.

@samof76
Created June 3, 2014 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samof76/d87c6c85292855dd9897 to your computer and use it in GitHub Desktop.
Save samof76/d87c6c85292855dd9897 to your computer and use it in GitHub Desktop.
Custome Ubuntu Apt Sources File
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
deb http://in.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse
###### Ubuntu Update Repos
deb http://in.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://in.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://in.archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://in.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment