when we use simplier centos, may lose these rpms which are necessary

Change-Id: Ia54f808c41bd4377f0e7fab2bbab5481db173443
Signed-off-by: luyao <lu.yao135@zte.com.cn>
This commit is contained in:
luyao 2016-08-16 16:37:38 +08:00 committed by Yao Lu
parent c828ff90aa
commit e47e776790

View File

@ -38,7 +38,7 @@ function make_yum_client
daisy_yum="${daisy_yum}"" --enablerepo=TFG_DEPEND_PACKAGE"
fi
yum clean all &>/dev/null
$daisy_yum install httpd
yum install -y httpd
systemctl enable httpd
systemctl start httpd || { echo "httpd start failed."; exit 1; }
httpd_path="/var/www/html/daisy_install"