Created
April 3, 2017 14:39
-
-
Save fagnersilva/e1acfa91d799a2f115017c8764520f40 to your computer and use it in GitHub Desktop.
sourcelist_debian8
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
| deb http://ftp.br.debian.org/debian/ jessie main contrib non-free | |
| deb-src http://ftp.br.debian.org/debian/ jessie main contrib non-free | |
| deb http://ftp.br.debian.org/debian/ jessie-updates main contrib non-free | |
| deb-src http://ftp.br.debian.org/debian/ jessie-updates main contrib non-free | |
| deb http://security.debian.org/ jessie/updates main | |
| deb-src http://security.debian.org/ jessie/updates main | |
| deb http://ftp.debian.org/debian jessie-backports main | |
| deb-src http://ftp.debian.org/debian jessie-backports main | |
| deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main | |
| ###Docker | |
| deb https://apt.dockerproject.org/repo/ debian-jessie main | |
| ###DotDeb | |
| deb http://packages.dotdeb.org jessie all | |
| deb-src http://packages.dotdeb.org jessie all | |
| ------------------------------------------------- | |
| wget https://www.dotdeb.org/dotdeb.gpg | |
| sudo apt-key add dotdeb.gpg | |
| ------------------------------------------------- | |
| curl -fsSL https://apt.dockerproject.org/gpg | sudo apt-key add - | |
| apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys E9C74FEEA2098A6E | |
| ------------------------------------------------- | |
| wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment