mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-10 10:23:51 +02:00
13 lines
663 B
Plaintext
13 lines
663 B
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL DEBIAN REPOS
|
|
#------------------------------------------------------------------------------#
|
|
|
|
###### Debian Main Repos
|
|
deb http://deb.debian.org/debian/ testing main contrib non-free
|
|
deb-src http://deb.debian.org/debian/ testing main contrib non-free
|
|
|
|
deb http://deb.debian.org/debian/ testing-updates main contrib non-free
|
|
deb-src http://deb.debian.org/debian/ testing-updates main contrib non-free
|
|
|
|
deb http://deb.debian.org/debian-security testing-security main
|
|
deb-src http://deb.debian.org/debian-security testing-security main |