Skip to content

Instantly share code, notes, and snippets.

@utdemir
Created September 9, 2014 20:09
Show Gist options
  • Save utdemir/4d9b209c133a175d806e to your computer and use it in GitHub Desktop.
Save utdemir/4d9b209c133a175d806e to your computer and use it in GitHub Desktop.
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ubuntu Main Repos
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu trusty main
###### Ubuntu Update Repos
deb http://archive.ubuntu.com/ubuntu trusty-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
# deb http://archive.ubuntu.com/ubuntu raring-proposed main
##############################################################
##################### UNOFFICIAL REPOS ######################
##############################################################
###### 3rd Party Binary Repos
#### WebUpd8 PPA - http://www.webupd8.org/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4C9D234C
# deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu saucy main # disabled on upgrade to saucy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment