From cb1de318bca6a8186a81c2fe4f5c07b120729a5e Mon Sep 17 00:00:00 2001 From: cnbugs <717192502@qq.com> Date: Fri, 13 Jun 2025 07:55:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'ubuntu2204/ubuntu2204=5Fs?= =?UTF-8?q?ources.list'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清华源 --- ubuntu2204/ubuntu2204_sources.list | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ubuntu2204/ubuntu2204_sources.list diff --git a/ubuntu2204/ubuntu2204_sources.list b/ubuntu2204/ubuntu2204_sources.list new file mode 100644 index 0000000..505cc44 --- /dev/null +++ b/ubuntu2204/ubuntu2204_sources.list @@ -0,0 +1,15 @@ +# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 +deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse +# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy main restricted universe multiverse +deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse +# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse +deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse +# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse + +# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换 +deb http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse +# deb-src http://security.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse + +# 预发布软件源,不建议启用 +# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse +# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse \ No newline at end of file