1 Star 0 Fork 2

zhongxiongjun/bash_scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aliyun-repo-el7.sh 309 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhongxiongjun 提交于 2022-11-10 11:42 . upload
#!/bin/bash
mv /etc/yum.repos.d/ /etc/yum.repos.d.bak.$(date +%Y%m%d)
mkdir -p /etc/yum.repos.d
curl -o /etc/yum.repos.d/CentOS7-aliyun.repo https://mirrors.aliyun.com/repo/Centos-7.repo
curl -o /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache
yum repolist
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/zhongxiongjun/bash_scripts.git
git@gitee.com:zhongxiongjun/bash_scripts.git
zhongxiongjun
bash_scripts
bash_scripts
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385