修复bookworm未正常添加安全源的问题

Signed-off-by: gfdgd_xi <3025613752@qq.com>
This commit is contained in:
2026-05-09 22:37:39 +08:00
parent 98a89915e1
commit 8c0ad2bc93
3 changed files with 12 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware