Last active
October 12, 2023 09:08
-
-
Save hakerdefo/1599cb664cc3c2f125a45248d9c6c71d to your computer and use it in GitHub Desktop.
Debian Testing complete sources.list
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
deb https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing-proposed-updates contrib main non-free non-free-firmware | |
deb https://ftp.debian.org/debian/ testing-backports contrib main non-free non-free-firmware | |
# deb-src https://ftp.debian.org/debian/ testing-backports contrib main non-free non-free-firmware | |
deb https://security.debian.org/debian-security/ testing-security contrib main non-free non-free-firmware | |
# deb-src https://security.debian.org/debian-security/ testing-security contrib main non-free non-free-firmware |
Is there really a testing-backports?
Is there really a testing-backports?
Of course, it is there,
maybe it's worth changing "ftp.debian.org" to "deb.debian.org"?
https://wiki.debian.org/ftp.debian.org
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uncomment the deb-src lines to enable source repos.