Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rocky Linux 9.0 Yum 仓库文件变为全小写了 #25

Closed
zclongpop123 opened this issue Jul 15, 2022 · 1 comment
Closed

Rocky Linux 9.0 Yum 仓库文件变为全小写了 #25

zclongpop123 opened this issue Jul 15, 2022 · 1 comment

Comments

@zclongpop123
Copy link

zclongpop123 commented Jul 15, 2022

Rocky Linux 9.0 发布之后,yum 仓库配置文件变为 rocky开头,为了适应 8 和 9两种版本,需要修正以下内容
Rocky-*.repo 变为 [Rr]ocky*.repo

sed -e 's|^mirrorlist=|#mirrorlist=|g' \
 -e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.nju.edu.cn/rocky|g' \
 -i.bak \
 /etc/yum.repos.d/[Rr]ocky*.repo

https://mirror.nju.edu.cn/help/rocky

@d-w-x
Copy link
Contributor

d-w-x commented Oct 29, 2022

已经修改了,感谢您对南大镜像的关注~

@d-w-x d-w-x closed this as completed Jan 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants