Update MXRDMA

repos 2026-08-05 14:44:18 +08:00
parent 393238a6a8
commit b13c04b2d6

@ -23,7 +23,7 @@
* **配置YUM源** * **配置YUM源**
```shell ```bash
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
@ -52,7 +52,7 @@
* **配置APT源** * **配置APT源**
```shell ```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