Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 299 Bytes

almalinux.md

File metadata and controls

11 lines (11 loc) · 299 Bytes

执行以下命令备份并替换默认源

sed -e 's|^mirrorlist=|#mirrorlist=|g' \
      -e 's|^# baseurl=https://repo.almalinux.org|baseurl=https://mirrors.aliyun.com|g' \
      -i.bak \
      /etc/yum.repos.d/almalinux*.repo

执行以下命令生成缓存

dnf makecache