mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-08 17:33:45 +02:00
15 lines
706 B
Plaintext
15 lines
706 B
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL DEBIAN REPOS #
|
|
#------------------------------------------------------------------------------#
|
|
|
|
deb http://deb.debian.org/debian/ buster main
|
|
deb-src http://deb.debian.org/debian/ buster main
|
|
|
|
deb http://deb.debian.org/debian/ buster-updates main
|
|
deb-src http://deb.debian.org/debian/ buster-updates main
|
|
|
|
deb http://security.debian.org/debian-security buster/updates main
|
|
deb-src http://security.debian.org/debian-security buster/updates main
|
|
|
|
deb http://ftp.debian.org/debian buster-backports main
|
|
deb-src http://ftp.debian.org/debian buster-backports main |