Cenots7 初始化 必装的yum 软件包

#!/bin/bash
mkdir /etc/yum.repos.d/repo
mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/repo
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum clean all
yum makecache all
yum -y install python3 python3-pip bash-completion* bind-utils nginx wget
posted @ 2021-03-18 10:19  运维之爪  阅读(72)  评论(0编辑  收藏  举报