摘要: CentOS 7 系统初始化配置 #!/bin/bash # step 1: 修改默认Yum源为阿里源 if [ ! -f "/etc/yum.repos.d/CentOS-Base.repo.bak" ]; then mv /etc/yum.repos.d/CentOS-Base.repo /et 阅读全文
posted @ 2021-03-17 16:51 wanghongwei-dev 阅读(258) 评论(0) 推荐(0)