1 Star 0 Fork 0

Rong Tao/compare-repos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
centos_9_stream.sh 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Rong Tao 提交于 2022-01-12 09:44 . centos9stream
#!/bin/bash
. ./list-repo.sh
list_centos_9_stream_AppStream()
{
list_repo centos9_stream_appstream \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/AppStream/x86_64/os/
}
list_centos_9_stream_BaseOS()
{
list_repo centos9_stream_baseos \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/BaseOS/x86_64/os/
}
list_centos_9_stream_HighAvailability()
{
list_repo centos9_stream_highavailability \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/HighAvailability/x86_64/os/
}
list_centos_9_stream_CRB()
{
list_repo centos9_stream_CRB \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/CRB/x86_64/os/
}
list_centos_9_stream_NFV()
{
list_repo centos9_stream_nfv \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/NFV/x86_64/os/
}
list_centos_9_stream_RT()
{
list_repo centos9_stream_rt \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/RT/x86_64/os/
}
list_centos_9_stream_ResilientStorage()
{
list_repo centos9_stream_resilientstorage \
https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/ResilientStorage/x86_64/os/
}
sync_CRB()
{
dnf reposync --repoid=CRB \
--repofrompath=CRB,https://mirrors.tuna.tsinghua.edu.cn/centos-stream/9-stream/CRB/x86_64/os/
}
list_centos_9_stream_AppStream
list_centos_9_stream_BaseOS
list_centos_9_stream_HighAvailability
list_centos_9_stream_CRB
list_centos_9_stream_NFV
list_centos_9_stream_RT
list_centos_9_stream_ResilientStorage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rtoax/compare-repos.git
git@gitee.com:rtoax/compare-repos.git
rtoax
compare-repos
compare-repos
master

搜索帮助