Last active
April 2, 2018 01:33
-
-
Save ohsevin/18b6c6ba4551ea124062f54d8c57935f to your computer and use it in GitHub Desktop.
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
#------------------------------------------------------------------------------# | |
# OFFICIAL DEBIAN REPOS | |
#------------------------------------------------------------------------------# | |
###### Debian Main Repos | |
deb http://deb.debian.org/debian/ stable main contrib non-free | |
#deb-src http://deb.debian.org/debian/ stable main contrib non-free | |
deb http://deb.debian.org/debian/ stable-updates main contrib non-free | |
#deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free | |
deb http://deb.debian.org/debian-security stable/updates main | |
#deb-src http://deb.debian.org/debian-security stable/updates main | |
deb http://ftp.debian.org/debian stretch-backports main | |
#deb-src http://ftp.debian.org/debian stretch-backports main | |
#------------------------------------------------------------------------------# | |
# UNOFFICIAL REPOS | |
#------------------------------------------------------------------------------# | |
###### 3rd Party Binary Repos | |
###Adapta GTK Theme | |
deb http://ppa.launchpad.net/tista/adapta/ubuntu artful main | |
#deb-src http://ppa.launchpad.net/tista/adapta/ubuntu artful main | |
###Debian Multimedia | |
deb [arch=amd64,i386] https://www.deb-multimedia.org stable main non-free | |
###Dropbox | |
deb http://linux.dropbox.com/debian jessie main | |
###Icon Repo | |
deb http://ppa.launchpad.net/noobslab/icons/ubuntu artful main | |
#deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu artful main | |
###MEGA Sync Client | |
deb http://mega.nz/linux/MEGAsync/Debian_9.0/ ./ | |
###Paper GTK Theme | |
deb http://ppa.launchpad.net/snwh/pulp/ubuntu yakkety main | |
#deb-src http://ppa.launchpad.net/snwh/pulp/ubuntu yakkety main | |
###Papirus GTK Theme | |
deb http://ppa.launchpad.net/papirus/papirus/ubuntu artful main | |
#deb-src http://ppa.launchpad.net/papirus/papirus/ubuntu artful main | |
###Ubuntuzilla | |
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main | |
###Virtualbox | |
deb [arch=i386,amd64] http://download.virtualbox.org/virtualbox/debian stretch contrib | |
###Wine | |
deb [arch=i386] https://dl.winehq.org/wine-builds/debian/ stretch main | |
#------------------------------------------------------------------------------# | |
# REPOS APTITUDE KEYS | |
#------------------------------------------------------------------------------# | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys EAC0D406E5D79A82ADEEDFDFB76E53652D87398A | |
wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb && dpkg -i deb-multimedia-keyring_2016.8.1_all.deb | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys FC918B335044912E | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys D530E028F59EAE4D | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 4B4E7A9523ACD201 | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 3766223989993A70 | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys E58A9D36647CAE7F | |
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C | |
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - | |
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add - | |
apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys 818A435C5FCBF54A | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment