Skip to content

Commit

Permalink
Merge pull request #530 from hellozrh/dev1
Browse files Browse the repository at this point in the history
Fix rpm installation
  • Loading branch information
yeasy committed Aug 18, 2023
2 parents f34a985 + 41558e7 commit 439264a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ exiting because "Download Only" specified
```
#### 复制到目标服务器之后进入文件夹安装(C-N)

* 离线安装时必须使用rpm命令不检查依赖的方式安装
```bash
yum install *.rpm
rpm -Uvh *.rpm --nodeps --force
```

#### 锁定软件版本(C-N)
Expand Down

0 comments on commit 439264a

Please sign in to comment.