码迷,mamicode.com
首页 > 其他好文 > 详细

Cenots7 初始化 必装的yum 软件包

时间:2021-03-18 14:42:38      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:dir   ror   http   curl -O   bind   install   make   etc   code   

#!/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

Cenots7 初始化 必装的yum 软件包

标签:dir   ror   http   curl -O   bind   install   make   etc   code   

原文地址:https://www.cnblogs.com/yunweizhijun/p/14430434.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!