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:
parent
c828ff90aa
commit
e47e776790
@ -38,7 +38,7 @@ function make_yum_client
|
|||||||
daisy_yum="${daisy_yum}"" --enablerepo=TFG_DEPEND_PACKAGE"
|
daisy_yum="${daisy_yum}"" --enablerepo=TFG_DEPEND_PACKAGE"
|
||||||
fi
|
fi
|
||||||
yum clean all &>/dev/null
|
yum clean all &>/dev/null
|
||||||
$daisy_yum install httpd
|
yum install -y httpd
|
||||||
systemctl enable httpd
|
systemctl enable httpd
|
||||||
systemctl start httpd || { echo "httpd start failed."; exit 1; }
|
systemctl start httpd || { echo "httpd start failed."; exit 1; }
|
||||||
httpd_path="/var/www/html/daisy_install"
|
httpd_path="/var/www/html/daisy_install"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user