Last active
November 11, 2020 14:02
-
-
Save yoyo308/2e748ed8eae89dc3dac452ac38665f87 to your computer and use it in GitHub Desktop.
Mis repositorios Debian testing (bullseye) Agosto 2019
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
Este es el contenido de mi /etc/apt/sources.list | |
########### DEBIAN TESTING REPOS ############# | |
## Seguridad testing | |
deb http://security.debian.org/ testing-security main contrib non-free | |
#deb-src http://security.debian.org/ testing-security main contrib non-free | |
## Oficiales testing | |
deb http://ftp.es.debian.org/debian/ testing main contrib non-free | |
#deb-src http://ftp.es.debian.org/debian/ testing main contrib non-free | |
## Multimedia testing | |
deb https://www.deb-multimedia.org testing main non-free | |
#deb ftp://ftp.deb-multimedia.org testing main non-free | |
# Descarga key del repo: | |
# wget http://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multimedia-keyring_2016.8.1_all.deb | |
# Instalar key: | |
# sudo dpkg -i deb-multimedia-keyring_2016.8.1_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank's a lot