Update MXRDMA
parent
b13c04b2d6
commit
feecd0246d
22
MXRDMA.md
22
MXRDMA.md
@ -23,14 +23,14 @@
|
|||||||
|
|
||||||
* **配置YUM源**
|
* **配置YUM源**
|
||||||
|
|
||||||
```bash
|
```shell
|
||||||
cat <<EOF> /etc/yum.repos.d/maca-rdma-rpm.repo
|
cat <<EOF> /etc/yum.repos.d/maca-rdma-rpm.repo
|
||||||
[maca-rdma]
|
[maca-rdma]
|
||||||
name=Maca Rdma Yum Repository
|
name=Maca Rdma Yum Repository
|
||||||
baseurl=https://repos.metax-tech.com/r/maca-rdma-rpm-$(uname -m)/
|
baseurl=https://repos.metax-tech.com/r/maca-rdma-rpm-$(uname -m)/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
yum makecache
|
yum makecache
|
||||||
```
|
```
|
||||||
@ -53,9 +53,9 @@
|
|||||||
* **配置APT源**
|
* **配置APT源**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
|
curl -fsSL https://repos.metax-tech.com/public.gpg.key | apt-key add -
|
||||||
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-rdma-deb/ stable main" | tee /etc/apt/sources.list.d/maca-rdma-deb.list
|
echo "deb [arch=$(dpkg --print-architecture)] https://repos.metax-tech.com/r/maca-rdma-deb/ stable main" | tee /etc/apt/sources.list.d/maca-rdma-deb.list
|
||||||
apt-get update
|
apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 安装MXRDMA
|
#### 安装MXRDMA
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user