Created
November 1, 2024 14:56
-
-
Save cxzlw/dfd6f4f01f1310bf777ae31f5d3e8e5c to your computer and use it in GitHub Desktop.
asadasdsa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 | |
| deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy main restricted universe multiverse | |
| # deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy main restricted universe multiverse | |
| deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse | |
| # deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy-updates main restricted universe multiverse | |
| deb https://mirrors.bfsu.edu.cn/ubuntu/ jammy-backports main restricted universe multiverse | |
| # deb-src https://mirrors.bfsu.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.bfsu.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse | |
| # # deb-src https://mirrors.bfsu.edu.cn/ubuntu/ jammy-proposed main restricted universe multiverse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment