-
-
Save rozalski/201d82765b82b74689b65923c9434105 to your computer and use it in GitHub Desktop.
ubuntu 16.04 yandex sources.list
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
| # curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - | |
| # OR | |
| # wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - | |
| deb https://deb.nodesource.com/node_8.x xenial main | |
| # deb-src https://deb.nodesource.com/node_8.x xenial main |
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://mirror.yandex.ru/ubuntu/ xenial main restricted | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-updates main restricted | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial universe | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-updates universe | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial multiverse | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-updates multiverse | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-backports main restricted universe multiverse | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-security main restricted | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-security universe | |
| #deb http://mirror.yandex.ru/ubuntu/ xenial-security multiverse | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment