修复某些版本LibreOffice本地安装了,但检测不到问题

This commit is contained in:
陈精华
2021-08-25 15:27:36 +08:00
parent 6efc375066
commit db2ed3a555
3 changed files with 7 additions and 2 deletions

View File

@ -7,7 +7,7 @@ install_redhat() {
if [ $? -eq 0 ];then
yum install -y libXext.x86_64
yum groupinstall -y "X Window System"
yum installlocalho
yum localinstall *.rpm
echo 'install finshed...'
else
echo 'download package error...'