标签:exp 阿里 交互式 mirrors 最小 批量 第三方 com ansi
一、首先要准备好repo源wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
二、安装expect命令
后期要通过expect进行自动交互式批量下发到被监管机上,由于centos7最小化安装没有自带expect命令,用下面命令安装:yum -y install expect
标签:exp 阿里 交互式 mirrors 最小 批量 第三方 com ansi
原文地址:https://blog.51cto.com/13799365/2378376