-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,47 @@ | ||
deb https://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware | ||
# deb-src https://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware | ||
deb https://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
# deb-src https://mirrors.aliyun.com/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
deb https://mirrors.aliyun.com/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
# deb-src https://mirrors.aliyun.com/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
deb https://mirrors.aliyun.com/debian-security/ bookworm-security main contrib non-free non-free-firmware | ||
# deb-src https://mirrors.aliyun.com/debian-security bookworm-security main contrib non-free non-free-firmware | ||
# 主仓库 | ||
Types: deb | ||
URIs: https://mirrors.aliyun.com/debian/ | ||
Suites: bookworm | ||
Components: main contrib non-free non-free-firmware | ||
|
||
# 主仓库(源代码) | ||
# Types: deb-src | ||
# URIs: https://mirrors.aliyun.com/debian/ | ||
# Suites: bookworm | ||
# Components: main contrib non-free non-free-firmware | ||
|
||
# 更新仓库 | ||
Types: deb | ||
URIs: https://mirrors.aliyun.com/debian/ | ||
Suites: bookworm-updates | ||
Components: main contrib non-free non-free-firmware | ||
|
||
# 更新仓库(源代码) | ||
# Types: deb-src | ||
# URIs: https://mirrors.aliyun.com/debian/ | ||
# Suites: bookworm-updates | ||
# Components: main contrib non-free non-free-firmware | ||
|
||
# 回退仓库 | ||
Types: deb | ||
URIs: https://mirrors.aliyun.com/debian/ | ||
Suites: bookworm-backports | ||
Components: main contrib non-free non-free-firmware | ||
|
||
# 回退仓库(源代码) | ||
# Types: deb-src | ||
# URIs: https://mirrors.aliyun.com/debian/ | ||
# Suites: bookworm-backports | ||
# Components: main contrib non-free non-free-firmware | ||
|
||
# 安全更新仓库 | ||
Types: deb | ||
URIs: https://mirrors.aliyun.com/debian-security/ | ||
Suites: bookworm-security | ||
Components: main contrib non-free non-free-firmware | ||
|
||
# 安全更新仓库(源代码) | ||
# Types: deb-src | ||
# URIs: https://mirrors.aliyun.com/debian-security/ | ||
# Suites: bookworm-security | ||
# Components: main contrib non-free non-free-firmware |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
deb http://mirrors.aliyun.com/debian/ bookworm main contrib non-free non-free-firmware | ||
Types: deb | ||
URIs: http://mirrors.aliyun.com/debian/ | ||
Suites: bookworm | ||
Components: main contrib non-free non-free-firmware |