博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年2月3日

摘要: 基础优化脚本 1 #!/bin/bash 2 3 # 基础优化脚本 4 5 # no.0 mirrors and epel change 开始可能没有wget命令 6 yum install -y wget 7 /bin/mv /etc/yum.repos.d/CentOS-Base.repo /e 阅读全文

posted @ 2021-02-03 14:57 PorkerFace 阅读(86) 评论(0) 推荐(0) 编辑