Merge pull request #530 from hellozrh/dev1

Fix rpm installation
pull/533/head
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
1 changed files with 2 additions and 1 deletions

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)