Skip to content

Commit

Permalink
feat(source): 添加http源
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Sep 6, 2024
1 parent 2929a9e commit 34de9ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/tool_config_system_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ def get_source_by_system(self,system,codename,arch,failed_sources=[]):
"https://ports.ubuntu.com/ubuntu-ports",
# "https://mirrors.aliyun.com/ubuntu-ports",
"https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports",
"http://ports.ubuntu.com/ubuntu-ports",
# "https://mirrors.aliyun.com/ubuntu-ports",
"http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports",
"http://ports.ubuntu.com/ubuntu-ports",
# "https://mirrors.aliyun.com/ubuntu-ports",
"http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports",
]
debian_amd64_sources = [
"https://mirrors.tuna.tsinghua.edu.cn/debian",
Expand Down

0 comments on commit 34de9ba

Please sign in to comment.