Merge pull request #530 from hellozrh/dev1

Fix rpm installation
This commit is contained in:
Baohua Yang 2023-08-17 21:55:29 -07:00 committed by GitHub
commit 439264a87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,9 @@ exiting because "Download Only" specified
```
#### 复制到目标服务器之后进入文件夹安装(C-N)
* 离线安装时必须使用rpm命令不检查依赖的方式安装
```bash
yum install *.rpm
rpm -Uvh *.rpm --nodeps --force
```
#### 锁定软件版本(C-N)