mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-08 09:23:45 +02:00
16 lines
777 B
Plaintext
16 lines
777 B
Plaintext
#------------------------------------------------------------------------------#
|
|
# OFFICIAL DEBIAN REPOS
|
|
#------------------------------------------------------------------------------#
|
|
|
|
###### Debian Main Repos
|
|
deb http://deb.debian.org/debian/ stretch main contrib non-free
|
|
deb-src http://deb.debian.org/debian/ stretch main contrib non-free
|
|
|
|
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free
|
|
deb-src http://deb.debian.org/debian/stretch-updates main contrib non-free
|
|
|
|
deb http://deb.debian.org/debian-security stretch/updates main
|
|
deb-src http://deb.debian.org/debian-security stretch/updates main
|
|
|
|
deb http://ftp.debian.org/debian stretch-backports main
|
|
deb-src http://ftp.debian.org/debian stretch-backports main |