mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
14 lines
540 B
Plaintext
14 lines
540 B
Plaintext
|
# debiant in this directory is for Debian Testing.
|
||
|
|
||
|
## Main Debian archives.
|
||
|
deb http://http.debian.net/debian stable main contrib non-free
|
||
|
deb-src http://http.debian.net/debian stable main contrib non-free
|
||
|
|
||
|
## Debian Security
|
||
|
deb http://security.debian.org/ stable/updates main contrib non-free
|
||
|
deb-src http://security.debian.org/ stable/updates main contrib non-free
|
||
|
|
||
|
## Debian Backports
|
||
|
deb http://http.debian.net/debian stable-backports main contrib non-free
|
||
|
deb-src http://http.debian.net/debian stable-backports main contrib non-free
|