mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-03-27 15:27:02 +08:00
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
---
|
|
mirrorId: almalinux
|
|
---
|
|
|
|
> 以下命令在 AlmaLinux 9.1 上经过测试,结合您使用的实际版本命令也许有所更改。
|
|
|
|
输入以下命令替换配置:
|
|
|
|
```bash
|
|
sed -e 's|^mirrorlist=|#mirrorlist=|g' \
|
|
-e 's|^#\s*baseurl=https://repo.almalinux.org/almalinux|baseurl=https://mirrors.jcut.edu.cn/almalinux|g' \
|
|
-i.bak \
|
|
/etc/yum.repos.d/almalinux-*.repo
|
|
```
|