Created
May 10, 2019 15:36
-
-
Save jespada/297af9dad567a66a4a7140b1a195d130 to your computer and use it in GitHub Desktop.
debina-sid
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
#------------------------------------------------------------------------------# | |
# OFFICIAL DEBIAN REPOS | |
#------------------------------------------------------------------------------# | |
###### Debian Main Repos | |
deb http://deb.debian.org/debian/ unstable main contrib non-free | |
deb-src http://deb.debian.org/debian/ unstable main contrib non-free | |
#------------------------------------------------------------------------------# | |
# UNOFFICIAL REPOS | |
#------------------------------------------------------------------------------# | |
###### 3rd Party Binary Repos | |
###Debian Multimedia | |
deb [arch=amd64,i386] http://www.deb-multimedia.org sid main non-free | |
###Dropbox | |
#deb http://linux.dropbox.com/debian sid main | |
###Google Chrome Browser | |
#deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main | |
###Signal Desktop | |
deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main | |
###Skype | |
#deb [arch=amd64] https://repo.skype.com/deb stable main | |
###Spotify | |
deb http://repository.spotify.com stable non-free | |
###TOR | |
deb [arch=i386,amd64,armel,armhf] http://deb.torproject.org/torproject.org unstable main | |
deb-src [arch=i386,amd64,armel,armhf] http://deb.torproject.org/torproject.org unstable main | |
###Visual Studio Code | |
#deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment