You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
256 B
10 lines
256 B
3 years ago
|
# 安装 rocky
|
||
|
|
||
|
## 配置rocky使用国内源
|
||
|
|
||
|
```bash
|
||
|
sed -e 's|^mirrorlist=|#mirrorlist=|g' \
|
||
|
-e 's|^#baseurl=http://dl.rockylinux.org/$contentdir|baseurl=https://mirrors.sjtug.sjtu.edu.cn/rocky|g' \
|
||
|
-i.bak \
|
||
|
/etc/yum.repos.d/Rocky-*.repo
|
||
|
```
|