mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
11 lines
756 B
Plaintext
11 lines
756 B
Plaintext
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
|
|
deb https://mirrors.bfsu.edu.cn/debian/ bullseye main contrib non-free
|
|
# deb-src https://mirrors.bfsu.edu.cn/debian/ bullseye main contrib non-free
|
|
deb https://mirrors.bfsu.edu.cn/debian/ bullseye-updates main contrib non-free
|
|
# deb-src https://mirrors.bfsu.edu.cn/debian/ bullseye-updates main contrib non-free
|
|
|
|
deb https://mirrors.bfsu.edu.cn/debian/ bullseye-backports main contrib non-free
|
|
# deb-src https://mirrors.bfsu.edu.cn/debian/ bullseye-backports main contrib non-free
|
|
|
|
deb https://mirrors.bfsu.edu.cn/debian-security bullseye-security main contrib non-free
|
|
# deb-src https://mirrors.bfsu.edu.cn/debian-security bullseye-security main contrib non-free |