Created
March 5, 2015 18:21
-
-
Save iho/156f792e98caa1195ff0 to your computer and use it in GitHub Desktop.
debian 7
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
| # for wheezy 7 | |
| # main and backports | |
| deb http://http.debian.net/debian/ wheezy-backports main | |
| deb http://http.debian.net/debian/ wheezy main contrib non-free | |
| deb http://mirror.yandex.ru/debian/ wheezy main contrib non-free | |
| deb http://security.debian.org/ wheezy/updates main contrib non-free | |
| deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free | |
| # spec | |
| deb http://nginx.org/packages/debian/ wheezy nginx | |
| deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main | |
| deb http://packages.elasticsearch.org/elasticsearch/1.4/debian stable main | |
| deb https://deb.nodesource.com/node wheezy main | |
| deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen | |
| deb https://get.docker.com/ubuntu docker main | |
| # desktop | |
| deb http://deb.opera.com/opera stable non-free | |
| deb http://download.virtualbox.org/virtualbox/debian wheezy contrib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment